Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointServiceConfigurationResponse.Builder
-
Packages that use CreateVpcEndpointServiceConfigurationResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateVpcEndpointServiceConfigurationResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcEndpointServiceConfigurationResponse.Builder Modifier and Type Method Description static CreateVpcEndpointServiceConfigurationResponse.BuilderCreateVpcEndpointServiceConfigurationResponse. builder()CreateVpcEndpointServiceConfigurationResponse.BuilderCreateVpcEndpointServiceConfigurationResponse.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default CreateVpcEndpointServiceConfigurationResponse.BuilderCreateVpcEndpointServiceConfigurationResponse.Builder. serviceConfiguration(Consumer<ServiceConfiguration.Builder> serviceConfiguration)Information about the service configuration.CreateVpcEndpointServiceConfigurationResponse.BuilderCreateVpcEndpointServiceConfigurationResponse.Builder. serviceConfiguration(ServiceConfiguration serviceConfiguration)Information about the service configuration.CreateVpcEndpointServiceConfigurationResponse.BuilderCreateVpcEndpointServiceConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcEndpointServiceConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateVpcEndpointServiceConfigurationResponse.Builder>CreateVpcEndpointServiceConfigurationResponse. serializableBuilderClass()
-