public static interface FieldLevelEncryptionSummary.Builder extends SdkPojo, CopyableBuilder<FieldLevelEncryptionSummary.Builder,FieldLevelEncryptionSummary>
| Modifier and Type | Method and Description |
|---|---|
FieldLevelEncryptionSummary.Builder |
comment(String comment)
An optional comment about the field-level encryption item.
|
default FieldLevelEncryptionSummary.Builder |
contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> contentTypeProfileConfig)
A summary of a content type-profile mapping.
|
FieldLevelEncryptionSummary.Builder |
contentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
A summary of a content type-profile mapping.
|
FieldLevelEncryptionSummary.Builder |
id(String id)
The unique ID of a field-level encryption item.
|
FieldLevelEncryptionSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time that the summary of field-level encryption items was modified.
|
default FieldLevelEncryptionSummary.Builder |
queryArgProfileConfig(Consumer<QueryArgProfileConfig.Builder> queryArgProfileConfig)
A summary of a query argument-profile mapping.
|
FieldLevelEncryptionSummary.Builder |
queryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
A summary of a query argument-profile mapping.
|
copyapplyMutation, buildFieldLevelEncryptionSummary.Builder id(String id)
The unique ID of a field-level encryption item.
id - The unique ID of a field-level encryption item.FieldLevelEncryptionSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The last time that the summary of field-level encryption items was modified.
lastModifiedTime - The last time that the summary of field-level encryption items was modified.FieldLevelEncryptionSummary.Builder comment(String comment)
An optional comment about the field-level encryption item.
comment - An optional comment about the field-level encryption item.FieldLevelEncryptionSummary.Builder queryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
A summary of a query argument-profile mapping.
queryArgProfileConfig - A summary of a query argument-profile mapping.default FieldLevelEncryptionSummary.Builder queryArgProfileConfig(Consumer<QueryArgProfileConfig.Builder> queryArgProfileConfig)
A summary of a query argument-profile mapping.
This is a convenience that creates an instance of theQueryArgProfileConfig.Builder avoiding the need
to create one manually via QueryArgProfileConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to queryArgProfileConfig(QueryArgProfileConfig).queryArgProfileConfig - a consumer that will call methods on QueryArgProfileConfig.BuilderqueryArgProfileConfig(QueryArgProfileConfig)FieldLevelEncryptionSummary.Builder contentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
A summary of a content type-profile mapping.
contentTypeProfileConfig - A summary of a content type-profile mapping.default FieldLevelEncryptionSummary.Builder contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> contentTypeProfileConfig)
A summary of a content type-profile mapping.
This is a convenience that creates an instance of theContentTypeProfileConfig.Builder avoiding the
need to create one manually via ContentTypeProfileConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to contentTypeProfileConfig(ContentTypeProfileConfig).contentTypeProfileConfig - a consumer that will call methods on ContentTypeProfileConfig.BuildercontentTypeProfileConfig(ContentTypeProfileConfig)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.