| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeContextResponse.Builder |
DescribeContextResponse.builder() |
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.contextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.contextName(String contextName)
The name of the context.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.contextType(String contextType)
The type of the context.
|
default DescribeContextResponse.Builder |
DescribeContextResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.creationTime(Instant creationTime)
When the context was created.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.description(String description)
The description of the context.
|
default DescribeContextResponse.Builder |
DescribeContextResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
When the context was last modified.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.properties(Map<String,String> properties)
A list of the context's properties.
|
default DescribeContextResponse.Builder |
DescribeContextResponse.Builder.source(Consumer<ContextSource.Builder> source)
The source of the context.
|
DescribeContextResponse.Builder |
DescribeContextResponse.Builder.source(ContextSource source)
The source of the context.
|
DescribeContextResponse.Builder |
DescribeContextResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeContextResponse.Builder> |
DescribeContextResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.