public static interface ContextSummary.Builder extends SdkPojo, CopyableBuilder<ContextSummary.Builder,ContextSummary>
| Modifier and Type | Method and Description |
|---|---|
ContextSummary.Builder |
contextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
ContextSummary.Builder |
contextName(String contextName)
The name of the context.
|
ContextSummary.Builder |
contextType(String contextType)
The type of the context.
|
ContextSummary.Builder |
creationTime(Instant creationTime)
When the context was created.
|
ContextSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the context was last modified.
|
default ContextSummary.Builder |
source(Consumer<ContextSource.Builder> source)
The source of the context.
|
ContextSummary.Builder |
source(ContextSource source)
The source of the context.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContextSummary.Builder contextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
contextArn - The Amazon Resource Name (ARN) of the context.ContextSummary.Builder contextName(String contextName)
The name of the context.
contextName - The name of the context.ContextSummary.Builder source(ContextSource source)
The source of the context.
source - The source of the context.default ContextSummary.Builder source(Consumer<ContextSource.Builder> source)
The source of the context.
This is a convenience that creates an instance of theContextSource.Builder avoiding the need to
create one manually via ContextSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ContextSource).source - a consumer that will call methods on ContextSource.Buildersource(ContextSource)ContextSummary.Builder contextType(String contextType)
The type of the context.
contextType - The type of the context.ContextSummary.Builder creationTime(Instant creationTime)
When the context was created.
creationTime - When the context was created.ContextSummary.Builder lastModifiedTime(Instant lastModifiedTime)
When the context was last modified.
lastModifiedTime - When the context was last modified.Copyright © 2022. All rights reserved.