Interface OrgConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OrgConfiguration.Builder,OrgConfiguration>, SdkBuilder<OrgConfiguration.Builder,OrgConfiguration>, SdkPojo
Enclosing class:
OrgConfiguration

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

    • awsServiceAccessStatus

      OrgConfiguration.Builder awsServiceAccessStatus(String awsServiceAccessStatus)

      This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.

      Parameters:
      awsServiceAccessStatus - This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • awsServiceAccessStatus

      OrgConfiguration.Builder awsServiceAccessStatus(AWSServiceAccessStatus awsServiceAccessStatus)

      This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.

      Parameters:
      awsServiceAccessStatus - This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceLinkedRole

      OrgConfiguration.Builder serviceLinkedRole(String serviceLinkedRole)

      This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.

      Parameters:
      serviceLinkedRole - This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.