public static interface CreateVpcEndpointServiceConfigurationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointServiceConfigurationResponse.Builder,CreateVpcEndpointServiceConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointServiceConfigurationResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
default CreateVpcEndpointServiceConfigurationResponse.Builder |
serviceConfiguration(Consumer<ServiceConfiguration.Builder> serviceConfiguration)
Information about the service configuration.
|
CreateVpcEndpointServiceConfigurationResponse.Builder |
serviceConfiguration(ServiceConfiguration serviceConfiguration)
Information about the service configuration.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateVpcEndpointServiceConfigurationResponse.Builder serviceConfiguration(ServiceConfiguration serviceConfiguration)
Information about the service configuration.
serviceConfiguration
- Information about the service configuration.default CreateVpcEndpointServiceConfigurationResponse.Builder serviceConfiguration(Consumer<ServiceConfiguration.Builder> serviceConfiguration)
Information about the service configuration.
This is a convenience that creates an instance of theServiceConfiguration.Builder
avoiding the need
to create one manually via ServiceConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to serviceConfiguration(ServiceConfiguration)
.serviceConfiguration
- a consumer that will call methods on ServiceConfiguration.Builder
serviceConfiguration(ServiceConfiguration)
CreateVpcEndpointServiceConfigurationResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request.Copyright © 2019. All rights reserved.