@Generated(value="software.amazon.awssdk:codegen") public final class UpdateVpceConfigurationRequest extends DeviceFarmRequest implements ToCopyableBuilder<UpdateVpceConfigurationRequest.Builder,UpdateVpceConfigurationRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateVpceConfigurationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
|
static UpdateVpceConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateVpceConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
serviceDnsName()
The DNS (domain) name used to connect to your private service in your Amazon VPC.
|
UpdateVpceConfigurationRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
vpceConfigurationDescription()
An optional description, providing more details about your VPC endpoint configuration.
|
String |
vpceConfigurationName()
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
|
String |
vpceServiceName()
The name of the VPC endpoint service running inside your AWS account that you want Device Farm to test.
|
overrideConfiguration
copy
public String arn()
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
public String vpceConfigurationName()
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
public String vpceServiceName()
The name of the VPC endpoint service running inside your AWS account that you want Device Farm to test.
public String serviceDnsName()
The DNS (domain) name used to connect to your private service in your Amazon VPC. The DNS name must not already be in use on the Internet.
public String vpceConfigurationDescription()
An optional description, providing more details about your VPC endpoint configuration.
public UpdateVpceConfigurationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateVpceConfigurationRequest.Builder,UpdateVpceConfigurationRequest>
toBuilder
in class DeviceFarmRequest
public static UpdateVpceConfigurationRequest.Builder builder()
public static Class<? extends UpdateVpceConfigurationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.