Interface AccessPreviewStatusReason.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AccessPreviewStatusReason.Builder,,AccessPreviewStatusReason> SdkBuilder<AccessPreviewStatusReason.Builder,,AccessPreviewStatusReason> SdkPojo
- Enclosing class:
 AccessPreviewStatusReason
public static interface AccessPreviewStatusReason.Builder
extends SdkPojo, CopyableBuilder<AccessPreviewStatusReason.Builder,AccessPreviewStatusReason> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe reason code for the current status of the access preview.The reason code for the current status of the access preview.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
code
The reason code for the current status of the access preview.
- Parameters:
 code- The reason code for the current status of the access preview.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
code
The reason code for the current status of the access preview.
- Parameters:
 code- The reason code for the current status of the access preview.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -