public static final class AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
decision
The decision parameter value
|
protected java.lang.String |
justification
The justification parameter value
|
protected java.lang.String |
principalId
The principalId parameter value
|
protected java.lang.String |
resourceId
The resourceId parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder()
Instanciates a new AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
AccessReviewInstanceBatchRecordDecisionsParameterSet |
build()
Buils the resulting body object to be passed to the request
|
AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder |
withDecision(java.lang.String val)
Sets the Decision
|
AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder |
withJustification(java.lang.String val)
Sets the Justification
|
AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder |
withPrincipalId(java.lang.String val)
Sets the PrincipalId
|
AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder |
withResourceId(java.lang.String val)
Sets the ResourceId
|
@Nullable protected java.lang.String decision
@Nullable protected java.lang.String justification
@Nullable protected java.lang.String principalId
@Nullable protected java.lang.String resourceId
@Nullable protected AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder()
@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withDecision(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withJustification(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withPrincipalId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withResourceId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet build()