Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddApplicationOutputRequest.Builder,AddApplicationOutputRequest>
@Generated("software.amazon.awssdk:codegen") public class AddApplicationOutputRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddApplicationOutputRequest.Builder,AddApplicationOutputRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddApplicationOutputRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
Name of the application to which you want to add the output configuration.
|
static AddApplicationOutputRequest.Builder |
builder() |
|
Long |
currentApplicationVersionId() |
Version of the application to which you want add the output configuration.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Output |
output() |
An array of objects, each describing one output configuration.
|
static Class<? extends AddApplicationOutputRequest.Builder> |
serializableBuilderClass() |
|
AddApplicationOutputRequest.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()
Name of the application to which you want to add the output configuration.
public Long currentApplicationVersionId()
Version of the application to which you want add the output configuration. 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 Output output()
An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
public AddApplicationOutputRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddApplicationOutputRequest.Builder,AddApplicationOutputRequest>
public static AddApplicationOutputRequest.Builder builder()
public static Class<? extends AddApplicationOutputRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.