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
Modifier and TypeMethodDescriptionallowedByOrganizations(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-