@Generated(value="software.amazon.awssdk:codegen") public final class AddApplicationVpcConfigurationRequest extends KinesisAnalyticsV2Request implements ToCopyableBuilder<AddApplicationVpcConfigurationRequest.Builder,AddApplicationVpcConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddApplicationVpcConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of an existing application.
|
static AddApplicationVpcConfigurationRequest.Builder |
builder() |
String |
conditionalToken()
A value you use to implement strong concurrency for application updates.
|
Long |
currentApplicationVersionId()
The version of the application to which you want to add the VPC configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddApplicationVpcConfigurationRequest.Builder> |
serializableBuilderClass() |
AddApplicationVpcConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConfiguration |
vpcConfiguration()
Description of the VPC to add to the application.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
The name of an existing application.
public final Long currentApplicationVersionId()
The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is not the
current version, the ConcurrentModificationException is returned. For better concurrency support,
use the ConditionalToken parameter instead of CurrentApplicationVersionId.
CurrentApplicationVersionId or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is
not the current version, the ConcurrentModificationException is returned. For better
concurrency support, use the ConditionalToken parameter instead of
CurrentApplicationVersionId.public final VpcConfiguration vpcConfiguration()
Description of the VPC to add to the application.
public final String conditionalToken()
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication. For better concurrency support, use the
ConditionalToken parameter instead of CurrentApplicationVersionId.
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication. For better concurrency support, use the
ConditionalToken parameter instead of CurrentApplicationVersionId.public AddApplicationVpcConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddApplicationVpcConfigurationRequest.Builder,AddApplicationVpcConfigurationRequest>toBuilder in class KinesisAnalyticsV2Requestpublic static AddApplicationVpcConfigurationRequest.Builder builder()
public static Class<? extends AddApplicationVpcConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.