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.
|
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeActionResponse.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 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.Builder
source(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
,
ActionStatus
DescribeActionResponse.Builder status(ActionStatus status)
The status of the action.
status
- The status of the action.ActionStatus
,
ActionStatus
DescribeActionResponse.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.Builder
createdBy(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.Builder
lastModifiedBy(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.Builder
metadataProperties(MetadataProperties)
Copyright © 2021. All rights reserved.