Interface EnableOrganizationsRootSessionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EnableOrganizationsRootSessionsResponse.Builder,EnableOrganizationsRootSessionsResponse>,IamResponse.Builder,SdkBuilder<EnableOrganizationsRootSessionsResponse.Builder,EnableOrganizationsRootSessionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- EnableOrganizationsRootSessionsResponse
@Mutable @NotThreadSafe public static interface EnableOrganizationsRootSessionsResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<EnableOrganizationsRootSessionsResponse.Builder,EnableOrganizationsRootSessionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableOrganizationsRootSessionsResponse.BuilderenabledFeatures(Collection<FeatureType> enabledFeatures)The features you have enabled for centralized root access.EnableOrganizationsRootSessionsResponse.BuilderenabledFeatures(FeatureType... enabledFeatures)The features you have enabled for centralized root access.EnableOrganizationsRootSessionsResponse.BuilderenabledFeaturesWithStrings(String... enabledFeatures)The features you have enabled for centralized root access.EnableOrganizationsRootSessionsResponse.BuilderenabledFeaturesWithStrings(Collection<String> enabledFeatures)The features you have enabled for centralized root access.EnableOrganizationsRootSessionsResponse.BuilderorganizationId(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 Detail
-
organizationId
EnableOrganizationsRootSessionsResponse.Builder organizationId(String 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
EnableOrganizationsRootSessionsResponse.Builder enabledFeatures(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.
-
-