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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FieldLevelEncryptionSummary.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.Builder
queryArgProfileConfig(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.Builder
contentTypeProfileConfig(ContentTypeProfileConfig)
Copyright © 2021. All rights reserved.