Interface DisableOrganizationsRootSessionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DisableOrganizationsRootSessionsResponse.Builder,
,DisableOrganizationsRootSessionsResponse> IamResponse.Builder
,SdkBuilder<DisableOrganizationsRootSessionsResponse.Builder,
,DisableOrganizationsRootSessionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisableOrganizationsRootSessionsResponse
@Mutable
@NotThreadSafe
public static interface DisableOrganizationsRootSessionsResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<DisableOrganizationsRootSessionsResponse.Builder,DisableOrganizationsRootSessionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenabledFeatures
(Collection<FeatureType> enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.enabledFeatures
(FeatureType... enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.enabledFeaturesWithStrings
(String... enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.enabledFeaturesWithStrings
(Collection<String> enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.organizationId
(String organizationId) The unique identifier (ID) of an organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
organizationId
The unique identifier (ID) of an organization.
- Parameters:
organizationId
- The unique identifier (ID) of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeaturesWithStrings
DisableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings(Collection<String> enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.
- Parameters:
enabledFeatures
- The features you have enabled for centralized root access of member accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeaturesWithStrings
DisableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings(String... enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.
- Parameters:
enabledFeatures
- The features you have enabled for centralized root access of member accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeatures
DisableOrganizationsRootSessionsResponse.Builder enabledFeatures(Collection<FeatureType> enabledFeatures) The features you have enabled for centralized root access of member accounts in your organization.
- Parameters:
enabledFeatures
- The features you have enabled for centralized root access of member accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeatures
The features you have enabled for centralized root access of member accounts in your organization.
- Parameters:
enabledFeatures
- The features you have enabled for centralized root access of member accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-