Interface GenerateOrganizationsAccessReportRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>, IamRequest.Builder, SdkBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GenerateOrganizationsAccessReportRequest

public static interface GenerateOrganizationsAccessReportRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>
  • Method Details

    • 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 123456789012 and its parent OU ID is ou-rge0-awsabcde. The organization root ID is r-f6g7h8i9j0example and your organization ID is o-a1b2c3d4e5. Your entity path is o-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 is 123456789012 and its parent OU ID is ou-rge0-awsabcde. The organization root ID is r-f6g7h8i9j0example and your organization ID is o-a1b2c3d4e5. Your entity path is o-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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.