Interface OrganizationsDecisionDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationsDecisionDetail.Builder,OrganizationsDecisionDetail>,SdkBuilder<OrganizationsDecisionDetail.Builder,OrganizationsDecisionDetail>,SdkPojo
- Enclosing class:
- OrganizationsDecisionDetail
public static interface OrganizationsDecisionDetail.Builder extends SdkPojo, CopyableBuilder<OrganizationsDecisionDetail.Builder,OrganizationsDecisionDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationsDecisionDetail.BuilderallowedByOrganizations(Boolean allowedByOrganizations)Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's 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
-
allowedByOrganizations
OrganizationsDecisionDetail.Builder allowedByOrganizations(Boolean allowedByOrganizations)
Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.
- Parameters:
allowedByOrganizations- Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-