Interface ReviewDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReviewDetails.Builder,ReviewDetails>,SdkBuilder<ReviewDetails.Builder,ReviewDetails>,SdkPojo
- Enclosing class:
- ReviewDetails
public static interface ReviewDetails.Builder extends SdkPojo, CopyableBuilder<ReviewDetails.Builder,ReviewDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReviewDetails.BuildercaseId(String caseId)The associated support center case ID (if any).ReviewDetails.Builderstatus(String status)The status of the latest review of your account.ReviewDetails.Builderstatus(ReviewStatus status)The status of the latest review of your account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
status
ReviewDetails.Builder status(String status)
The status of the latest review of your account. The status can be one of the following:
-
PENDING– We have received your appeal and are in the process of reviewing it. -
GRANTED– Your appeal has been reviewed and your production access has been granted. -
DENIED– Your appeal has been reviewed and your production access has been denied. -
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
- Parameters:
status- The status of the latest review of your account. The status can be one of the following:-
PENDING– We have received your appeal and are in the process of reviewing it. -
GRANTED– Your appeal has been reviewed and your production access has been granted. -
DENIED– Your appeal has been reviewed and your production access has been denied. -
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReviewStatus,ReviewStatus
-
-
status
ReviewDetails.Builder status(ReviewStatus status)
The status of the latest review of your account. The status can be one of the following:
-
PENDING– We have received your appeal and are in the process of reviewing it. -
GRANTED– Your appeal has been reviewed and your production access has been granted. -
DENIED– Your appeal has been reviewed and your production access has been denied. -
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
- Parameters:
status- The status of the latest review of your account. The status can be one of the following:-
PENDING– We have received your appeal and are in the process of reviewing it. -
GRANTED– Your appeal has been reviewed and your production access has been granted. -
DENIED– Your appeal has been reviewed and your production access has been denied. -
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReviewStatus,ReviewStatus
-
-
caseId
ReviewDetails.Builder caseId(String caseId)
The associated support center case ID (if any).
- Parameters:
caseId- The associated support center case ID (if any).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-