public static interface CreateDatastoreRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<CreateDatastoreRequest.Builder,CreateDatastoreRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatastoreRequest.Builder |
datastoreName(String datastoreName)
The name of the data store.
|
CreateDatastoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateDatastoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default CreateDatastoreRequest.Builder |
retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatastoreRequest.Builder |
retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatastoreRequest.Builder |
tags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
|
CreateDatastoreRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the data store.
|
CreateDatastoreRequest.Builder |
tags(Tag... tags)
Metadata which can be used to manage the data store.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateDatastoreRequest.Builder datastoreName(String datastoreName)
The name of the data store.
datastoreName - The name of the data store.CreateDatastoreRequest.Builder retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
retentionPeriod - How long, in days, message data is kept for the data store.default CreateDatastoreRequest.Builder retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the data store.
This is a convenience that creates an instance of theRetentionPeriod.Builder avoiding the need to
create one manually via RetentionPeriod.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to retentionPeriod(RetentionPeriod).retentionPeriod - a consumer that will call methods on RetentionPeriod.BuilderretentionPeriod(RetentionPeriod)CreateDatastoreRequest.Builder tags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
tags - Metadata which can be used to manage the data store.CreateDatastoreRequest.Builder tags(Tag... tags)
Metadata which can be used to manage the data store.
tags - Metadata which can be used to manage the data store.CreateDatastoreRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the data store.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateDatastoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateDatastoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.