public static interface DescribeContextResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeContextResponse.Builder,DescribeContextResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeContextResponse.Builder |
contextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
DescribeContextResponse.Builder |
contextName(String contextName)
The name of the context.
|
DescribeContextResponse.Builder |
contextType(String contextType)
The type of the context.
|
default DescribeContextResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeContextResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeContextResponse.Builder |
creationTime(Instant creationTime)
When the context was created.
|
DescribeContextResponse.Builder |
description(String description)
The description of the context.
|
default DescribeContextResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeContextResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeContextResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the context was last modified.
|
DescribeContextResponse.Builder |
properties(Map<String,String> properties)
A list of the context's properties.
|
default DescribeContextResponse.Builder |
source(Consumer<ContextSource.Builder> source)
The source of the context.
|
DescribeContextResponse.Builder |
source(ContextSource source)
The source of the context.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeContextResponse.Builder contextName(String contextName)
The name of the context.
contextName - The name of the context.DescribeContextResponse.Builder contextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
contextArn - The Amazon Resource Name (ARN) of the context.DescribeContextResponse.Builder source(ContextSource source)
The source of the context.
source - The source of the context.default DescribeContextResponse.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)DescribeContextResponse.Builder contextType(String contextType)
The type of the context.
contextType - The type of the context.DescribeContextResponse.Builder description(String description)
The description of the context.
description - The description of the context.DescribeContextResponse.Builder properties(Map<String,String> properties)
A list of the context's properties.
properties - A list of the context's properties.DescribeContextResponse.Builder creationTime(Instant creationTime)
When the context was created.
creationTime - When the context was created.DescribeContextResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribeContextResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to create
one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)DescribeContextResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the context was last modified.
lastModifiedTime - When the context was last modified.DescribeContextResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default DescribeContextResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder avoiding the need to create
one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)Copyright © 2021. All rights reserved.