Lines Matching defs:CreateDevEndpointInput

1567 func (c *Glue) CreateDevEndpointRequest(input *CreateDevEndpointInput) (req *request.Request, outpu…
1620 func (c *Glue) CreateDevEndpoint(input *CreateDevEndpointInput) (*CreateDevEndpointOutput, error) {
1634 func (c *Glue) CreateDevEndpointWithContext(ctx aws.Context, input *CreateDevEndpointInput, opts ..…
15818 type CreateDevEndpointInput struct { struct
15819 _ struct{} `type:"structure"`
15822 Arguments map[string]*string `type:"map"`
15827 EndpointName *string `type:"string" required:"true"`
15831 ExtraJarsS3Path *string `type:"string"`
15840 ExtraPythonLibsS3Path *string `type:"string"`
15843 NumberOfNodes *int64 `type:"integer"`
15850 NumberOfWorkers *int64 `type:"integer"`
15855 PublicKey *string `type:"string"`
15865 PublicKeys []*string `type:"list"`
15870 RoleArn *string `type:"string" required:"true"`
15873 SecurityConfiguration *string `min:"1" type:"string"`
15876 SecurityGroupIds []*string `type:"list"`
15879 SubnetId *string `type:"string"`
15885 Tags map[string]*string `type:"map"`
15904 WorkerType *string `type:"string" enum:"WorkerType"`
15908 func (s CreateDevEndpointInput) String() string {
15913 func (s CreateDevEndpointInput) GoString() string {
15918 func (s *CreateDevEndpointInput) Validate() error {
15937 func (s *CreateDevEndpointInput) SetArguments(v map[string]*string) *CreateDevEndpointInput {
15943 func (s *CreateDevEndpointInput) SetEndpointName(v string) *CreateDevEndpointInput {
15949 func (s *CreateDevEndpointInput) SetExtraJarsS3Path(v string) *CreateDevEndpointInput {
15955 func (s *CreateDevEndpointInput) SetExtraPythonLibsS3Path(v string) *CreateDevEndpointInput {
15961 func (s *CreateDevEndpointInput) SetNumberOfNodes(v int64) *CreateDevEndpointInput {
15967 func (s *CreateDevEndpointInput) SetNumberOfWorkers(v int64) *CreateDevEndpointInput {
15973 func (s *CreateDevEndpointInput) SetPublicKey(v string) *CreateDevEndpointInput {
15979 func (s *CreateDevEndpointInput) SetPublicKeys(v []*string) *CreateDevEndpointInput {
15985 func (s *CreateDevEndpointInput) SetRoleArn(v string) *CreateDevEndpointInput {
15991 func (s *CreateDevEndpointInput) SetSecurityConfiguration(v string) *CreateDevEndpointInput {
15997 func (s *CreateDevEndpointInput) SetSecurityGroupIds(v []*string) *CreateDevEndpointInput {
16003 func (s *CreateDevEndpointInput) SetSubnetId(v string) *CreateDevEndpointInput {
16009 func (s *CreateDevEndpointInput) SetTags(v map[string]*string) *CreateDevEndpointInput {
16015 func (s *CreateDevEndpointInput) SetWorkerType(v string) *CreateDevEndpointInput {