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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrgConfiguration.BuilderawsServiceAccessStatus(String awsServiceAccessStatus)This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.OrgConfiguration.BuilderawsServiceAccessStatus(AWSServiceAccessStatus awsServiceAccessStatus)This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.OrgConfiguration.BuilderserviceLinkedRole(String serviceLinkedRole)This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.-
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
-
awsServiceAccessStatus
OrgConfiguration.Builder awsServiceAccessStatus(String awsServiceAccessStatus)
This value displays whether your Amazon Web Services service access is
ENABLEDorDISABLED.- Parameters:
awsServiceAccessStatus- This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AWSServiceAccessStatus,AWSServiceAccessStatus
-
awsServiceAccessStatus
OrgConfiguration.Builder awsServiceAccessStatus(AWSServiceAccessStatus awsServiceAccessStatus)
This value displays whether your Amazon Web Services service access is
ENABLEDorDISABLED.- Parameters:
awsServiceAccessStatus- This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AWSServiceAccessStatus,AWSServiceAccessStatus
-
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.
-
-