Interface EnableOrganizationsRootSessionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EnableOrganizationsRootSessionsResponse.Builder,,EnableOrganizationsRootSessionsResponse> IamResponse.Builder,SdkBuilder<EnableOrganizationsRootSessionsResponse.Builder,,EnableOrganizationsRootSessionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
EnableOrganizationsRootSessionsResponse
public static interface EnableOrganizationsRootSessionsResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<EnableOrganizationsRootSessionsResponse.Builder,EnableOrganizationsRootSessionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenabledFeatures(Collection<FeatureType> enabledFeatures) The features you have enabled for centralized root access.enabledFeatures(FeatureType... enabledFeatures) The features you have enabled for centralized root access.enabledFeaturesWithStrings(String... enabledFeatures) The features you have enabled for centralized root access.enabledFeaturesWithStrings(Collection<String> enabledFeatures) The features you have enabled for centralized root access.organizationId(String organizationId) The unique identifier (ID) of an organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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
EnableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings(Collection<String> enabledFeatures) The features you have enabled for centralized root access.
- Parameters:
enabledFeatures- The features you have enabled for centralized root access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeaturesWithStrings
EnableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings(String... enabledFeatures) The features you have enabled for centralized root access.
- Parameters:
enabledFeatures- The features you have enabled for centralized root access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeatures
EnableOrganizationsRootSessionsResponse.Builder enabledFeatures(Collection<FeatureType> enabledFeatures) The features you have enabled for centralized root access.
- Parameters:
enabledFeatures- The features you have enabled for centralized root access.- 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.
- Parameters:
enabledFeatures- The features you have enabled for centralized root access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-