public static interface CreateActionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateActionRequest.Builder,CreateActionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateActionRequest.Builder actionName(String actionName)
The name of the action. Must be unique to your account in an Amazon Web Services Region.
actionName - The name of the action. Must be unique to your account in an Amazon Web Services Region.CreateActionRequest.Builder source(ActionSource source)
The source type, ID, and URI.
source - The source type, ID, and URI.default CreateActionRequest.Builder source(Consumer<ActionSource.Builder> source)
The source type, ID, and URI.
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)CreateActionRequest.Builder actionType(String actionType)
The action type.
actionType - The action type.CreateActionRequest.Builder description(String description)
The description of the action.
description - The description of the action.CreateActionRequest.Builder status(String status)
The status of the action.
status - The status of the action.ActionStatus,
ActionStatusCreateActionRequest.Builder status(ActionStatus status)
The status of the action.
status - The status of the action.ActionStatus,
ActionStatusCreateActionRequest.Builder properties(Map<String,String> properties)
A list of properties to add to the action.
properties - A list of properties to add to the action.CreateActionRequest.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties - The new value for the MetadataProperties property for this object.default CreateActionRequest.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)CreateActionRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the action.
tags - A list of tags to apply to the action.CreateActionRequest.Builder tags(Tag... tags)
A list of tags to apply to the action.
tags - A list of tags to apply to the action.CreateActionRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the action.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.