Interface CreateActResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateActResponse.Builder,,CreateActResponse> NovaActResponse.Builder,SdkBuilder<CreateActResponse.Builder,,CreateActResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateActResponse
@Mutable
@NotThreadSafe
public static interface CreateActResponse.Builder
extends NovaActResponse.Builder, SdkPojo, CopyableBuilder<CreateActResponse.Builder,CreateActResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the created act.The initial status of the act after creation.The initial status of the act after creation.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
-
actId
The unique identifier for the created act.
- Parameters:
actId- The unique identifier for the created act.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The initial status of the act after creation.
- Parameters:
status- The initial status of the act after creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The initial status of the act after creation.
- Parameters:
status- The initial status of the act after creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-