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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReasonSummary.Builderdescription(String description)A description of the reasoning of a result of checking for access.ReasonSummary.BuilderstatementId(String statementId)The identifier for the reason statement.ReasonSummary.BuilderstatementIndex(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 Detail
-
description
ReasonSummary.Builder description(String 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
ReasonSummary.Builder statementIndex(Integer 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
ReasonSummary.Builder statementId(String 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.
-
-