@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDevEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDevEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDevEndpointRequest |
addAddArgumentsEntry(String key,
String value)
Add a single AddArguments entry
|
UpdateDevEndpointRequest |
clearAddArgumentsEntries()
Removes all the entries added into AddArguments.
|
UpdateDevEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAddArguments()
The map of arguments to add the map of arguments used to configure the
DevEndpoint . |
List<String> |
getAddPublicKeys()
The list of public keys for the
DevEndpoint to use. |
DevEndpointCustomLibraries |
getCustomLibraries()
Custom Python or Java libraries to be loaded in the
DevEndpoint . |
List<String> |
getDeleteArguments()
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
List<String> |
getDeletePublicKeys()
The list of public keys to be deleted from the
DevEndpoint . |
String |
getEndpointName()
The name of the
DevEndpoint to be updated. |
String |
getPublicKey()
The public key for the
DevEndpoint to use. |
Boolean |
getUpdateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False if otherwise. |
int |
hashCode() |
Boolean |
isUpdateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False if otherwise. |
void |
setAddArguments(Map<String,String> addArguments)
The map of arguments to add the map of arguments used to configure the
DevEndpoint . |
void |
setAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the
DevEndpoint to use. |
void |
setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the
DevEndpoint . |
void |
setDeleteArguments(Collection<String> deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
void |
setDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the
DevEndpoint . |
void |
setEndpointName(String endpointName)
The name of the
DevEndpoint to be updated. |
void |
setPublicKey(String publicKey)
The public key for the
DevEndpoint to use. |
void |
setUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False if otherwise. |
String |
toString()
Returns a string representation of this object.
|
UpdateDevEndpointRequest |
withAddArguments(Map<String,String> addArguments)
The map of arguments to add the map of arguments used to configure the
DevEndpoint . |
UpdateDevEndpointRequest |
withAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the
DevEndpoint to use. |
UpdateDevEndpointRequest |
withAddPublicKeys(String... addPublicKeys)
The list of public keys for the
DevEndpoint to use. |
UpdateDevEndpointRequest |
withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the
DevEndpoint . |
UpdateDevEndpointRequest |
withDeleteArguments(Collection<String> deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
UpdateDevEndpointRequest |
withDeleteArguments(String... deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
UpdateDevEndpointRequest |
withDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the
DevEndpoint . |
UpdateDevEndpointRequest |
withDeletePublicKeys(String... deletePublicKeys)
The list of public keys to be deleted from the
DevEndpoint . |
UpdateDevEndpointRequest |
withEndpointName(String endpointName)
The name of the
DevEndpoint to be updated. |
UpdateDevEndpointRequest |
withPublicKey(String publicKey)
The public key for the
DevEndpoint to use. |
UpdateDevEndpointRequest |
withUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False if otherwise. |
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 of the DevEndpoint
to be updated.
endpointName
- The name of the DevEndpoint
to be updated.public String getEndpointName()
The name of the DevEndpoint
to be updated.
DevEndpoint
to be updated.public UpdateDevEndpointRequest withEndpointName(String endpointName)
The name of the DevEndpoint
to be updated.
endpointName
- The name of the DevEndpoint
to be updated.public void setPublicKey(String publicKey)
The public key for the DevEndpoint
to use.
publicKey
- The public key for the DevEndpoint
to use.public String getPublicKey()
The public key for the DevEndpoint
to use.
DevEndpoint
to use.public UpdateDevEndpointRequest withPublicKey(String publicKey)
The public key for the DevEndpoint
to use.
publicKey
- The public key for the DevEndpoint
to use.public List<String> getAddPublicKeys()
The list of public keys for the DevEndpoint
to use.
DevEndpoint
to use.public void setAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the DevEndpoint
to use.
addPublicKeys
- The list of public keys for the DevEndpoint
to use.public UpdateDevEndpointRequest withAddPublicKeys(String... addPublicKeys)
The list of public keys for the DevEndpoint
to use.
NOTE: This method appends the values to the existing list (if any). Use
setAddPublicKeys(java.util.Collection)
or withAddPublicKeys(java.util.Collection)
if you want
to override the existing values.
addPublicKeys
- The list of public keys for the DevEndpoint
to use.public UpdateDevEndpointRequest withAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the DevEndpoint
to use.
addPublicKeys
- The list of public keys for the DevEndpoint
to use.public List<String> getDeletePublicKeys()
The list of public keys to be deleted from the DevEndpoint
.
DevEndpoint
.public void setDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint
.
deletePublicKeys
- The list of public keys to be deleted from the DevEndpoint
.public UpdateDevEndpointRequest withDeletePublicKeys(String... deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint
.
NOTE: This method appends the values to the existing list (if any). Use
setDeletePublicKeys(java.util.Collection)
or withDeletePublicKeys(java.util.Collection)
if you
want to override the existing values.
deletePublicKeys
- The list of public keys to be deleted from the DevEndpoint
.public UpdateDevEndpointRequest withDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint
.
deletePublicKeys
- The list of public keys to be deleted from the DevEndpoint
.public void setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint
.
customLibraries
- Custom Python or Java libraries to be loaded in the DevEndpoint
.public DevEndpointCustomLibraries getCustomLibraries()
Custom Python or Java libraries to be loaded in the DevEndpoint
.
DevEndpoint
.public UpdateDevEndpointRequest withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint
.
customLibraries
- Custom Python or Java libraries to be loaded in the DevEndpoint
.public void setUpdateEtlLibraries(Boolean updateEtlLibraries)
True
if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False
if otherwise.
updateEtlLibraries
- True
if the list of custom libraries to be loaded in the development endpoint needs to be
updated, or False
if otherwise.public Boolean getUpdateEtlLibraries()
True
if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False
if otherwise.
True
if the list of custom libraries to be loaded in the development endpoint needs to be
updated, or False
if otherwise.public UpdateDevEndpointRequest withUpdateEtlLibraries(Boolean updateEtlLibraries)
True
if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False
if otherwise.
updateEtlLibraries
- True
if the list of custom libraries to be loaded in the development endpoint needs to be
updated, or False
if otherwise.public Boolean isUpdateEtlLibraries()
True
if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False
if otherwise.
True
if the list of custom libraries to be loaded in the development endpoint needs to be
updated, or False
if otherwise.public List<String> getDeleteArguments()
The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint
.
DevEndpoint
.public void setDeleteArguments(Collection<String> deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint
.
deleteArguments
- The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint
.public UpdateDevEndpointRequest withDeleteArguments(String... deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint
.
NOTE: This method appends the values to the existing list (if any). Use
setDeleteArguments(java.util.Collection)
or withDeleteArguments(java.util.Collection)
if you
want to override the existing values.
deleteArguments
- The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint
.public UpdateDevEndpointRequest withDeleteArguments(Collection<String> deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint
.
deleteArguments
- The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint
.public Map<String,String> getAddArguments()
The map of arguments to add the map of arguments used to configure the DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are
provided, the version defaults to Python 2.
DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments
are provided, the version defaults to Python 2.
public void setAddArguments(Map<String,String> addArguments)
The map of arguments to add the map of arguments used to configure the DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are
provided, the version defaults to Python 2.
addArguments
- The map of arguments to add the map of arguments used to configure the DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments
are provided, the version defaults to Python 2.
public UpdateDevEndpointRequest withAddArguments(Map<String,String> addArguments)
The map of arguments to add the map of arguments used to configure the DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are
provided, the version defaults to Python 2.
addArguments
- The map of arguments to add the map of arguments used to configure the DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments
are provided, the version defaults to Python 2.
public UpdateDevEndpointRequest addAddArgumentsEntry(String key, String value)
public UpdateDevEndpointRequest clearAddArgumentsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateDevEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()