public static interface GetVpceConfigurationResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetVpceConfigurationResponse.Builder,GetVpceConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetVpceConfigurationResponse.Builder |
vpceConfiguration(Consumer<VPCEConfiguration.Builder> vpceConfiguration)
An object that contains information about your VPC endpoint configuration.
|
GetVpceConfigurationResponse.Builder |
vpceConfiguration(VPCEConfiguration vpceConfiguration)
An object that contains information about your VPC endpoint configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVpceConfigurationResponse.Builder vpceConfiguration(VPCEConfiguration vpceConfiguration)
An object that contains information about your VPC endpoint configuration.
vpceConfiguration - An object that contains information about your VPC endpoint configuration.default GetVpceConfigurationResponse.Builder vpceConfiguration(Consumer<VPCEConfiguration.Builder> vpceConfiguration)
An object that contains information about your VPC endpoint configuration.
This is a convenience method that creates an instance of theVPCEConfiguration.Builder avoiding the
need to create one manually via VPCEConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpceConfiguration(VPCEConfiguration).vpceConfiguration - a consumer that will call methods on VPCEConfiguration.BuildervpceConfiguration(VPCEConfiguration)Copyright © 2022. All rights reserved.