Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteApplicationOutputRequest.Builder,DeleteApplicationOutputRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteApplicationOutputRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteApplicationOutputRequest.Builder,DeleteApplicationOutputRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteApplicationOutputRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
Amazon Kinesis Analytics application name.
|
static DeleteApplicationOutputRequest.Builder |
builder() |
|
Long |
currentApplicationVersionId() |
Amazon Kinesis Analytics application version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
outputId() |
The ID of the configuration to delete.
|
static Class<? extends DeleteApplicationOutputRequest.Builder> |
serializableBuilderClass() |
|
DeleteApplicationOutputRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
Amazon Kinesis Analytics application name.
public Long currentApplicationVersionId()
Amazon Kinesis Analytics application version. 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.
ConcurrentModificationException
is returned.public String outputId()
The ID of the configuration to delete. Each output configuration that is added to the application, either when
the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to
provide the ID to uniquely identify the output configuration that you want to delete from the application
configuration. You can use the DescribeApplication operation to get the specific OutputId
.
OutputId
.public DeleteApplicationOutputRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteApplicationOutputRequest.Builder,DeleteApplicationOutputRequest>
public static DeleteApplicationOutputRequest.Builder builder()
public static Class<? extends DeleteApplicationOutputRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.