public static interface DescribeActionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeActionResponse.Builder,DescribeActionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeActionResponse.Builder |
actionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
|
DescribeActionResponse.Builder |
actionName(String actionName)
The name of the action.
|
DescribeActionResponse.Builder |
actionType(String actionType)
The type of the action.
|
default DescribeActionResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeActionResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeActionResponse.Builder |
creationTime(Instant creationTime)
When the action was created.
|
DescribeActionResponse.Builder |
description(String description)
The description of the action.
|
default DescribeActionResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeActionResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeActionResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the action was last modified.
|
DescribeActionResponse.Builder |
lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
default DescribeActionResponse.Builder |
metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeActionResponse.Builder |
metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeActionResponse.Builder |
properties(Map<String,String> properties)
A list of the action's properties.
|
DescribeActionResponse.Builder |
source(ActionSource source)
The source of the action.
|
default DescribeActionResponse.Builder |
source(Consumer<ActionSource.Builder> source)
The source of the action.
|
DescribeActionResponse.Builder |
status(ActionStatus status)
The status of the action.
|
DescribeActionResponse.Builder |
status(String status)
The status of the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeActionResponse.Builder actionName(String actionName)
The name of the action.
actionName - The name of the action.DescribeActionResponse.Builder actionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
actionArn - The Amazon Resource Name (ARN) of the action.DescribeActionResponse.Builder source(ActionSource source)
The source of the action.
source - The source of the action.default DescribeActionResponse.Builder source(Consumer<ActionSource.Builder> source)
The source of the action.
This is a convenience method that creates an instance of theActionSource.Builder avoiding the need
to create one manually via ActionSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ActionSource).
source - a consumer that will call methods on ActionSource.Buildersource(ActionSource)DescribeActionResponse.Builder actionType(String actionType)
The type of the action.
actionType - The type of the action.DescribeActionResponse.Builder description(String description)
The description of the action.
description - The description of the action.DescribeActionResponse.Builder status(String status)
The status of the action.
status - The status of the action.ActionStatus,
ActionStatusDescribeActionResponse.Builder status(ActionStatus status)
The status of the action.
status - The status of the action.ActionStatus,
ActionStatusDescribeActionResponse.Builder properties(Map<String,String> properties)
A list of the action's properties.
properties - A list of the action's properties.DescribeActionResponse.Builder creationTime(Instant creationTime)
When the action was created.
creationTime - When the action was created.DescribeActionResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribeActionResponse.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)DescribeActionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the action was last modified.
lastModifiedTime - When the action was last modified.DescribeActionResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default DescribeActionResponse.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)DescribeActionResponse.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties - The new value for the MetadataProperties property for this object.default DescribeActionResponse.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
MetadataProperties.Builder avoiding the
need to create one manually via MetadataProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadataProperties(MetadataProperties).
metadataProperties - a consumer that will call methods on MetadataProperties.BuildermetadataProperties(MetadataProperties)DescribeActionResponse.Builder lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.Copyright © 2022. All rights reserved.