Interface GetWorkflowDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWorkflowDefinitionResponse.Builder,,GetWorkflowDefinitionResponse> NovaActResponse.Builder,SdkBuilder<GetWorkflowDefinitionResponse.Builder,,GetWorkflowDefinitionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetWorkflowDefinitionResponse
@Mutable
@NotThreadSafe
public static interface GetWorkflowDefinitionResponse.Builder
extends NovaActResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowDefinitionResponse.Builder,GetWorkflowDefinitionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the workflow definition.The timestamp when the workflow definition was created.description(String description) The description of the workflow definition.exportConfig(Consumer<WorkflowExportConfig.Builder> exportConfig) The export configuration for the workflow definition.exportConfig(WorkflowExportConfig exportConfig) The export configuration for the workflow definition.The name of the workflow definition.The current status of the workflow definition.status(WorkflowDefinitionStatus status) The current status of the workflow definition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.novaact.model.NovaActResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The name of the workflow definition.
- Parameters:
name- The name of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the workflow definition.
- Parameters:
arn- The Amazon Resource Name (ARN) of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the workflow definition was created.
- Parameters:
createdAt- The timestamp when the workflow definition was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the workflow definition.
- Parameters:
description- The description of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportConfig
The export configuration for the workflow definition.
- Parameters:
exportConfig- The export configuration for the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportConfig
default GetWorkflowDefinitionResponse.Builder exportConfig(Consumer<WorkflowExportConfig.Builder> exportConfig) The export configuration for the workflow definition.
This is a convenience method that creates an instance of theWorkflowExportConfig.Builderavoiding the need to create one manually viaWorkflowExportConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportConfig(WorkflowExportConfig).- Parameters:
exportConfig- a consumer that will call methods onWorkflowExportConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the workflow definition.
- Parameters:
status- The current status of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the workflow definition.
- Parameters:
status- The current status of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-