public static interface UpdateDevEndpointRequest.Builder extends GlueRequest.Builder, CopyableBuilder<UpdateDevEndpointRequest.Builder,UpdateDevEndpointRequest>
Modifier and Type | Method and Description |
---|---|
default UpdateDevEndpointRequest.Builder |
customLibraries(Consumer<DevEndpointCustomLibraries.Builder> customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
customLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
endpointName(String endpointName)
The name of the DevEndpoint to be updated.
|
UpdateDevEndpointRequest.Builder |
publicKey(String publicKey)
The public key for the DevEndpoint to use.
|
UpdateDevEndpointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateDevEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateDevEndpointRequest.Builder |
updateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False
otherwise.
|
build
requestOverrideConfig
copy
apply, build
UpdateDevEndpointRequest.Builder endpointName(String endpointName)
The name of the DevEndpoint to be updated.
endpointName
- The name of the DevEndpoint to be updated.UpdateDevEndpointRequest.Builder publicKey(String publicKey)
The public key for the DevEndpoint to use.
publicKey
- The public key for the DevEndpoint to use.UpdateDevEndpointRequest.Builder customLibraries(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.default UpdateDevEndpointRequest.Builder customLibraries(Consumer<DevEndpointCustomLibraries.Builder> customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
This is a convenience that creates an instance of theDevEndpointCustomLibraries.Builder
avoiding the
need to create one manually via DevEndpointCustomLibraries.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to customLibraries(DevEndpointCustomLibraries)
.customLibraries
- a consumer that will call methods on DevEndpointCustomLibraries.Builder
customLibraries(DevEndpointCustomLibraries)
UpdateDevEndpointRequest.Builder updateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.
updateEtlLibraries
- True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or
False otherwise.UpdateDevEndpointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateDevEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.