Interface UpdateArchiveResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateArchiveResponse.Builder,,- UpdateArchiveResponse> - EventBridgeResponse.Builder,- SdkBuilder<UpdateArchiveResponse.Builder,,- UpdateArchiveResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateArchiveResponse
@Mutable
@NotThreadSafe
public static interface UpdateArchiveResponse.Builder
extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<UpdateArchiveResponse.Builder,UpdateArchiveResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionarchiveArn(String archiveArn) The ARN of the archive.creationTime(Instant creationTime) The time at which the archive was updated.The state of the archive.state(ArchiveState state) The state of the archive.stateReason(String stateReason) The reason that the archive is in the current state.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
archiveArnThe ARN of the archive. - Parameters:
- archiveArn- The ARN of the archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe state of the archive. - Parameters:
- state- The state of the archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the archive. - Parameters:
- state- The state of the archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateReasonThe reason that the archive is in the current state. - Parameters:
- stateReason- The reason that the archive is in the current state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe time at which the archive was updated. - Parameters:
- creationTime- The time at which the archive was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-