@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDeliveryStreamRequest() |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream. This name must be unique per AWS account in the same region. You can have multiple delivery streams with the same name if they are in different accounts or different regions.
deliveryStreamName
- The name of the delivery stream. This name must be unique per AWS account in the same region. You can have
multiple delivery streams with the same name if they are in different accounts or different regions.public String getDeliveryStreamName()
The name of the delivery stream. This name must be unique per AWS account in the same region. You can have multiple delivery streams with the same name if they are in different accounts or different regions.
public CreateDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream. This name must be unique per AWS account in the same region. You can have multiple delivery streams with the same name if they are in different accounts or different regions.
deliveryStreamName
- The name of the delivery stream. This name must be unique per AWS account in the same region. You can have
multiple delivery streams with the same name if they are in different accounts or different regions.@Deprecated public void setS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
[Deprecated] The destination in Amazon S3. You can specify only one destination.
s3DestinationConfiguration
- [Deprecated] The destination in Amazon S3. You can specify only one destination.@Deprecated public S3DestinationConfiguration getS3DestinationConfiguration()
[Deprecated] The destination in Amazon S3. You can specify only one destination.
@Deprecated public CreateDeliveryStreamRequest withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
[Deprecated] The destination in Amazon S3. You can specify only one destination.
s3DestinationConfiguration
- [Deprecated] The destination in Amazon S3. You can specify only one destination.public void setExtendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration extendedS3DestinationConfiguration)
The destination in Amazon S3. You can specify only one destination.
extendedS3DestinationConfiguration
- The destination in Amazon S3. You can specify only one destination.public ExtendedS3DestinationConfiguration getExtendedS3DestinationConfiguration()
The destination in Amazon S3. You can specify only one destination.
public CreateDeliveryStreamRequest withExtendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration extendedS3DestinationConfiguration)
The destination in Amazon S3. You can specify only one destination.
extendedS3DestinationConfiguration
- The destination in Amazon S3. You can specify only one destination.public void setRedshiftDestinationConfiguration(RedshiftDestinationConfiguration redshiftDestinationConfiguration)
The destination in Amazon Redshift. You can specify only one destination.
redshiftDestinationConfiguration
- The destination in Amazon Redshift. You can specify only one destination.public RedshiftDestinationConfiguration getRedshiftDestinationConfiguration()
The destination in Amazon Redshift. You can specify only one destination.
public CreateDeliveryStreamRequest withRedshiftDestinationConfiguration(RedshiftDestinationConfiguration redshiftDestinationConfiguration)
The destination in Amazon Redshift. You can specify only one destination.
redshiftDestinationConfiguration
- The destination in Amazon Redshift. You can specify only one destination.public void setElasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration elasticsearchDestinationConfiguration)
The destination in Amazon ES. You can specify only one destination.
elasticsearchDestinationConfiguration
- The destination in Amazon ES. You can specify only one destination.public ElasticsearchDestinationConfiguration getElasticsearchDestinationConfiguration()
The destination in Amazon ES. You can specify only one destination.
public CreateDeliveryStreamRequest withElasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration elasticsearchDestinationConfiguration)
The destination in Amazon ES. You can specify only one destination.
elasticsearchDestinationConfiguration
- The destination in Amazon ES. You can specify only one destination.public String toString()
toString
in class Object
Object.toString()
public CreateDeliveryStreamRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.