@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDevEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDevEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDevEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEndpointName()
The name to be assigned to the new DevEndpoint.
|
String |
getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
getExtraPythonLibsS3Path()
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
Integer |
getNumberOfNodes()
The number of nodes to use.
|
String |
getPublicKey()
The public key to use for authentication.
|
String |
getRoleArn()
The IAM role for the DevEndpoint.
|
List<String> |
getSecurityGroupIds()
Security group IDs for the security groups to be used by the new DevEndpoint.
|
String |
getSubnetId()
The subnet ID for the new DevEndpoint to use.
|
int |
hashCode() |
void |
setEndpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
|
void |
setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The number of nodes to use.
|
void |
setPublicKey(String publicKey)
The public key to use for authentication.
|
void |
setRoleArn(String roleArn)
The IAM role for the DevEndpoint.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
|
void |
setSubnetId(String subnetId)
The subnet ID for the new DevEndpoint to use.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDevEndpointRequest |
withEndpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
|
CreateDevEndpointRequest |
withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
CreateDevEndpointRequest |
withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
CreateDevEndpointRequest |
withNumberOfNodes(Integer numberOfNodes)
The number of nodes to use.
|
CreateDevEndpointRequest |
withPublicKey(String publicKey)
The public key to use for authentication.
|
CreateDevEndpointRequest |
withRoleArn(String roleArn)
The IAM role for the DevEndpoint.
|
CreateDevEndpointRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
|
CreateDevEndpointRequest |
withSecurityGroupIds(String... securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
|
CreateDevEndpointRequest |
withSubnetId(String subnetId)
The subnet ID for the new DevEndpoint to use.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEndpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
endpointName
- The name to be assigned to the new DevEndpoint.public String getEndpointName()
The name to be assigned to the new DevEndpoint.
public CreateDevEndpointRequest withEndpointName(String endpointName)
The name to be assigned to the new DevEndpoint.
endpointName
- The name to be assigned to the new DevEndpoint.public void setRoleArn(String roleArn)
The IAM role for the DevEndpoint.
roleArn
- The IAM role for the DevEndpoint.public String getRoleArn()
The IAM role for the DevEndpoint.
public CreateDevEndpointRequest withRoleArn(String roleArn)
The IAM role for the DevEndpoint.
roleArn
- The IAM role for the DevEndpoint.public List<String> getSecurityGroupIds()
Security group IDs for the security groups to be used by the new DevEndpoint.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
securityGroupIds
- Security group IDs for the security groups to be used by the new DevEndpoint.public CreateDevEndpointRequest withSecurityGroupIds(String... securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- Security group IDs for the security groups to be used by the new DevEndpoint.public CreateDevEndpointRequest withSecurityGroupIds(Collection<String> securityGroupIds)
Security group IDs for the security groups to be used by the new DevEndpoint.
securityGroupIds
- Security group IDs for the security groups to be used by the new DevEndpoint.public void setSubnetId(String subnetId)
The subnet ID for the new DevEndpoint to use.
subnetId
- The subnet ID for the new DevEndpoint to use.public String getSubnetId()
The subnet ID for the new DevEndpoint to use.
public CreateDevEndpointRequest withSubnetId(String subnetId)
The subnet ID for the new DevEndpoint to use.
subnetId
- The subnet ID for the new DevEndpoint to use.public void setPublicKey(String publicKey)
The public key to use for authentication.
publicKey
- The public key to use for authentication.public String getPublicKey()
The public key to use for authentication.
public CreateDevEndpointRequest withPublicKey(String publicKey)
The public key to use for authentication.
publicKey
- The public key to use for authentication.public void setNumberOfNodes(Integer numberOfNodes)
The number of nodes to use.
numberOfNodes
- The number of nodes to use.public Integer getNumberOfNodes()
The number of nodes to use.
public CreateDevEndpointRequest withNumberOfNodes(Integer numberOfNodes)
The number of nodes to use.
numberOfNodes
- The number of nodes to use.public void setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.public String getExtraPythonLibsS3Path()
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
public CreateDevEndpointRequest withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.public void setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.public String getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
public CreateDevEndpointRequest withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.public String toString()
toString
in class Object
Object.toString()
public CreateDevEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.