Interface GenerateOrganizationsAccessReportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>,IamRequest.Builder,SdkBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GenerateOrganizationsAccessReportRequest
@Mutable @NotThreadSafe public static interface GenerateOrganizationsAccessReportRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerateOrganizationsAccessReportRequest.BuilderentityPath(String entityPath)The path of the Organizations entity (root, OU, or account).GenerateOrganizationsAccessReportRequest.BuilderorganizationsPolicyId(String organizationsPolicyId)The identifier of the Organizations service control policy (SCP).GenerateOrganizationsAccessReportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GenerateOrganizationsAccessReportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
entityPath
GenerateOrganizationsAccessReportRequest.Builder entityPath(String entityPath)
The path of the Organizations entity (root, OU, or account). You can build an entity path using the known structure of your organization. For example, assume that your account ID is
123456789012and its parent OU ID isou-rge0-awsabcde. The organization root ID isr-f6g7h8i9j0exampleand your organization ID iso-a1b2c3d4e5. Your entity path iso-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.- Parameters:
entityPath- The path of the Organizations entity (root, OU, or account). You can build an entity path using the known structure of your organization. For example, assume that your account ID is123456789012and its parent OU ID isou-rge0-awsabcde. The organization root ID isr-f6g7h8i9j0exampleand your organization ID iso-a1b2c3d4e5. Your entity path iso-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationsPolicyId
GenerateOrganizationsAccessReportRequest.Builder organizationsPolicyId(String organizationsPolicyId)
The identifier of the Organizations service control policy (SCP). This parameter is optional.
This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.
- Parameters:
organizationsPolicyId- The identifier of the Organizations service control policy (SCP). This parameter is optional.This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GenerateOrganizationsAccessReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GenerateOrganizationsAccessReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-