@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDeliveryStreamRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDeliveryStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DeliveryStreamEncryptionConfigurationInput |
getDeliveryStreamEncryptionConfigurationInput()
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
|
String |
getDeliveryStreamName()
The name of the delivery stream.
|
String |
getDeliveryStreamType()
The delivery stream type.
|
ElasticsearchDestinationConfiguration |
getElasticsearchDestinationConfiguration()
The destination in Amazon ES.
|
ExtendedS3DestinationConfiguration |
getExtendedS3DestinationConfiguration()
The destination in Amazon S3.
|
KinesisStreamSourceConfiguration |
getKinesisStreamSourceConfiguration()
When a Kinesis data stream is used as the source for the delivery stream, a
KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the
role ARN for the source stream.
|
RedshiftDestinationConfiguration |
getRedshiftDestinationConfiguration()
The destination in Amazon Redshift.
|
S3DestinationConfiguration |
getS3DestinationConfiguration()
Deprecated.
|
SplunkDestinationConfiguration |
getSplunkDestinationConfiguration()
The destination in Splunk.
|
List<Tag> |
getTags()
A set of tags to assign to the delivery stream.
|
int |
hashCode() |
void |
setDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
|
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
void |
setDeliveryStreamType(String deliveryStreamType)
The delivery stream type.
|
void |
setElasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration elasticsearchDestinationConfiguration)
The destination in Amazon ES.
|
void |
setExtendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration extendedS3DestinationConfiguration)
The destination in Amazon S3.
|
void |
setKinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration kinesisStreamSourceConfiguration)
When a Kinesis data stream is used as the source for the delivery stream, a
KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the
role ARN for the source stream.
|
void |
setRedshiftDestinationConfiguration(RedshiftDestinationConfiguration redshiftDestinationConfiguration)
The destination in Amazon Redshift.
|
void |
setS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Deprecated.
|
void |
setSplunkDestinationConfiguration(SplunkDestinationConfiguration splunkDestinationConfiguration)
The destination in Splunk.
|
void |
setTags(Collection<Tag> tags)
A set of tags to assign to the delivery stream.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeliveryStreamRequest |
withDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
|
CreateDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
CreateDeliveryStreamRequest |
withDeliveryStreamType(DeliveryStreamType deliveryStreamType)
The delivery stream type.
|
CreateDeliveryStreamRequest |
withDeliveryStreamType(String deliveryStreamType)
The delivery stream type.
|
CreateDeliveryStreamRequest |
withElasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration elasticsearchDestinationConfiguration)
The destination in Amazon ES.
|
CreateDeliveryStreamRequest |
withExtendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration extendedS3DestinationConfiguration)
The destination in Amazon S3.
|
CreateDeliveryStreamRequest |
withKinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration kinesisStreamSourceConfiguration)
When a Kinesis data stream is used as the source for the delivery stream, a
KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the
role ARN for the source stream.
|
CreateDeliveryStreamRequest |
withRedshiftDestinationConfiguration(RedshiftDestinationConfiguration redshiftDestinationConfiguration)
The destination in Amazon Redshift.
|
CreateDeliveryStreamRequest |
withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Deprecated.
|
CreateDeliveryStreamRequest |
withSplunkDestinationConfiguration(SplunkDestinationConfiguration splunkDestinationConfiguration)
The destination in Splunk.
|
CreateDeliveryStreamRequest |
withTags(Collection<Tag> tags)
A set of tags to assign to the delivery stream.
|
CreateDeliveryStreamRequest |
withTags(Tag... tags)
A set of tags to assign to the delivery stream.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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 AWS Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.
deliveryStreamName
- The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the
delivery streams are in different accounts or different Regions, you can have multiple delivery streams
with the same name.public String getDeliveryStreamName()
The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.
public CreateDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.
deliveryStreamName
- The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the
delivery streams are in different accounts or different Regions, you can have multiple delivery streams
with the same name.public void setDeliveryStreamType(String deliveryStreamType)
The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
deliveryStreamType
- The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
DeliveryStreamType
public String getDeliveryStreamType()
The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
DeliveryStreamType
public CreateDeliveryStreamRequest withDeliveryStreamType(String deliveryStreamType)
The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
deliveryStreamType
- The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
DeliveryStreamType
public CreateDeliveryStreamRequest withDeliveryStreamType(DeliveryStreamType deliveryStreamType)
The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
deliveryStreamType
- The delivery stream type. This parameter can be one of the following values:
DirectPut
: Provider applications access the delivery stream directly.
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
DeliveryStreamType
public void setKinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration kinesisStreamSourceConfiguration)
When a Kinesis data stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.
kinesisStreamSourceConfiguration
- When a Kinesis data stream is used as the source for the delivery stream, a
KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and
the role ARN for the source stream.public KinesisStreamSourceConfiguration getKinesisStreamSourceConfiguration()
When a Kinesis data stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.
public CreateDeliveryStreamRequest withKinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration kinesisStreamSourceConfiguration)
When a Kinesis data stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.
kinesisStreamSourceConfiguration
- When a Kinesis data stream is used as the source for the delivery stream, a
KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and
the role ARN for the source stream.public void setDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
deliveryStreamEncryptionConfigurationInput
- Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption
(SSE).public DeliveryStreamEncryptionConfigurationInput getDeliveryStreamEncryptionConfigurationInput()
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
public CreateDeliveryStreamRequest withDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
deliveryStreamEncryptionConfigurationInput
- Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption
(SSE).@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 void setSplunkDestinationConfiguration(SplunkDestinationConfiguration splunkDestinationConfiguration)
The destination in Splunk. You can specify only one destination.
splunkDestinationConfiguration
- The destination in Splunk. You can specify only one destination.public SplunkDestinationConfiguration getSplunkDestinationConfiguration()
The destination in Splunk. You can specify only one destination.
public CreateDeliveryStreamRequest withSplunkDestinationConfiguration(SplunkDestinationConfiguration splunkDestinationConfiguration)
The destination in Splunk. You can specify only one destination.
splunkDestinationConfiguration
- The destination in Splunk. You can specify only one destination.public List<Tag> getTags()
A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
You can specify up to 50 tags when creating a delivery stream.
public void setTags(Collection<Tag> tags)
A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
tags
- A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign
to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other
types of information that can help you distinguish the delivery stream. For more information about tags,
see Using Cost
Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
public CreateDeliveryStreamRequest withTags(Tag... tags)
A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign
to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other
types of information that can help you distinguish the delivery stream. For more information about tags,
see Using Cost
Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
public CreateDeliveryStreamRequest withTags(Collection<Tag> tags)
A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
tags
- A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign
to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other
types of information that can help you distinguish the delivery stream. For more information about tags,
see Using Cost
Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
public String toString()
toString
in class Object
Object.toString()
public CreateDeliveryStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.