Interface DescribeActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeActionResponse.Builder,DescribeActionResponse>,SageMakerResponse.Builder,SdkBuilder<DescribeActionResponse.Builder,DescribeActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeActionResponse
public static interface DescribeActionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeActionResponse.Builder,DescribeActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeActionResponse.BuilderactionArn(String actionArn)The Amazon Resource Name (ARN) of the action.DescribeActionResponse.BuilderactionName(String actionName)The name of the action.DescribeActionResponse.BuilderactionType(String actionType)The type of the action.default DescribeActionResponse.BuildercreatedBy(Consumer<UserContext.Builder> createdBy)Sets the value of the CreatedBy property for this object.DescribeActionResponse.BuildercreatedBy(UserContext createdBy)Sets the value of the CreatedBy property for this object.DescribeActionResponse.BuildercreationTime(Instant creationTime)When the action was created.DescribeActionResponse.Builderdescription(String description)The description of the action.default DescribeActionResponse.BuilderlastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribeActionResponse.BuilderlastModifiedBy(UserContext lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribeActionResponse.BuilderlastModifiedTime(Instant lastModifiedTime)When the action was last modified.DescribeActionResponse.BuilderlineageGroupArn(String lineageGroupArn)The Amazon Resource Name (ARN) of the lineage group.default DescribeActionResponse.BuildermetadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)Sets the value of the MetadataProperties property for this object.DescribeActionResponse.BuildermetadataProperties(MetadataProperties metadataProperties)Sets the value of the MetadataProperties property for this object.DescribeActionResponse.Builderproperties(Map<String,String> properties)A list of the action's properties.default DescribeActionResponse.Buildersource(Consumer<ActionSource.Builder> source)The source of the action.DescribeActionResponse.Buildersource(ActionSource source)The source of the action.DescribeActionResponse.Builderstatus(String status)The status of the action.DescribeActionResponse.Builderstatus(ActionStatus status)The status of the action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
actionName
DescribeActionResponse.Builder actionName(String actionName)
The name of the action.
- Parameters:
actionName- The name of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionArn
DescribeActionResponse.Builder actionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
- Parameters:
actionArn- The Amazon Resource Name (ARN) of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
DescribeActionResponse.Builder source(ActionSource source)
The source of the action.
- Parameters:
source- The source of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
default DescribeActionResponse.Builder source(Consumer<ActionSource.Builder> source)
The source of the action.
This is a convenience method that creates an instance of theActionSource.Builderavoiding the need to create one manually viaActionSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(ActionSource).- Parameters:
source- a consumer that will call methods onActionSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
source(ActionSource)
-
actionType
DescribeActionResponse.Builder actionType(String actionType)
The type of the action.
- Parameters:
actionType- The type of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DescribeActionResponse.Builder description(String description)
The description of the action.
- Parameters:
description- The description of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeActionResponse.Builder status(String status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionStatus,ActionStatus
-
status
DescribeActionResponse.Builder status(ActionStatus status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionStatus,ActionStatus
-
properties
DescribeActionResponse.Builder properties(Map<String,String> properties)
A list of the action's properties.
- Parameters:
properties- A list of the action's properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeActionResponse.Builder creationTime(Instant creationTime)
When the action was created.
- Parameters:
creationTime- When the action was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DescribeActionResponse.Builder createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.- Parameters:
createdBy- The new value for the CreatedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
default DescribeActionResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(UserContext).- Parameters:
createdBy- a consumer that will call methods onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
createdBy(UserContext)
-
lastModifiedTime
DescribeActionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the action was last modified.
- Parameters:
lastModifiedTime- When the action was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
DescribeActionResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.- Parameters:
lastModifiedBy- The new value for the LastModifiedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
default DescribeActionResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedBy(UserContext).- Parameters:
lastModifiedBy- a consumer that will call methods onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastModifiedBy(UserContext)
-
metadataProperties
DescribeActionResponse.Builder metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.- Parameters:
metadataProperties- The new value for the MetadataProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataProperties
default DescribeActionResponse.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object. This is a convenience method that creates an instance of theMetadataProperties.Builderavoiding the need to create one manually viaMetadataProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataProperties(MetadataProperties).- Parameters:
metadataProperties- a consumer that will call methods onMetadataProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadataProperties(MetadataProperties)
-
lineageGroupArn
DescribeActionResponse.Builder lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
- Parameters:
lineageGroupArn- The Amazon Resource Name (ARN) of the lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-