Interface ReasonSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReasonSummary.Builder,
,ReasonSummary> SdkBuilder<ReasonSummary.Builder,
,ReasonSummary> SdkPojo
- Enclosing class:
ReasonSummary
public static interface ReasonSummary.Builder
extends SdkPojo, CopyableBuilder<ReasonSummary.Builder,ReasonSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the reasoning of a result of checking for access.statementId
(String statementId) The identifier for the reason statement.statementIndex
(Integer statementIndex) The index number of the reason statement.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 Details
-
description
A description of the reasoning of a result of checking for access.
- Parameters:
description
- A description of the reasoning of a result of checking for access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementIndex
The index number of the reason statement.
- Parameters:
statementIndex
- The index number of the reason statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementId
The identifier for the reason statement.
- Parameters:
statementId
- The identifier for the reason statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-