Interface CreateApprovalTeamResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateApprovalTeamResponse.Builder,,CreateApprovalTeamResponse> MpaResponse.Builder,SdkBuilder<CreateApprovalTeamResponse.Builder,,CreateApprovalTeamResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateApprovalTeamResponse
@Mutable
@NotThreadSafe
public static interface CreateApprovalTeamResponse.Builder
extends MpaResponse.Builder, SdkPojo, CopyableBuilder<CreateApprovalTeamResponse.Builder,CreateApprovalTeamResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) for the team that was created.creationTime(Instant creationTime) Timestamp when the team was created.Name of the team that was created.Version ID for the team that was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mpa.model.MpaResponse.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
-
creationTime
Timestamp when the team was created.
- Parameters:
creationTime- Timestamp when the team was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Amazon Resource Name (ARN) for the team that was created.
- Parameters:
arn- Amazon Resource Name (ARN) for the team that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the team that was created.
- Parameters:
name- Name of the team that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
Version ID for the team that was created. When a team is updated, the version ID changes.
- Parameters:
versionId- Version ID for the team that was created. When a team is updated, the version ID changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-