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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableOrganizationsRootSessionsResponse.BuilderenabledFeatures(Collection<FeatureType> enabledFeatures)The features you have enabled for centralized root access of member accounts in your organization.DisableOrganizationsRootSessionsResponse.BuilderenabledFeatures(FeatureType... enabledFeatures)The features you have enabled for centralized root access of member accounts in your organization.DisableOrganizationsRootSessionsResponse.BuilderenabledFeaturesWithStrings(String... enabledFeatures)The features you have enabled for centralized root access of member accounts in your organization.DisableOrganizationsRootSessionsResponse.BuilderenabledFeaturesWithStrings(Collection<String> enabledFeatures)The features you have enabled for centralized root access of member accounts in your organization.DisableOrganizationsRootSessionsResponse.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
DisableOrganizationsRootSessionsResponse.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
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
DisableOrganizationsRootSessionsResponse.Builder enabledFeatures(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.
-
-