Interface ListOrganizationsFeaturesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOrganizationsFeaturesResponse.Builder,
,ListOrganizationsFeaturesResponse> IamResponse.Builder
,SdkBuilder<ListOrganizationsFeaturesResponse.Builder,
,ListOrganizationsFeaturesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListOrganizationsFeaturesResponse
@Mutable
@NotThreadSafe
public static interface ListOrganizationsFeaturesResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationsFeaturesResponse.Builder,ListOrganizationsFeaturesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenabledFeatures
(Collection<FeatureType> enabledFeatures) Specifies the features that are currently available in your organization.enabledFeatures
(FeatureType... enabledFeatures) Specifies the features that are currently available in your organization.enabledFeaturesWithStrings
(String... enabledFeatures) Specifies the features that are currently available in your organization.enabledFeaturesWithStrings
(Collection<String> enabledFeatures) Specifies the features that are currently available 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
ListOrganizationsFeaturesResponse.Builder enabledFeaturesWithStrings(Collection<String> enabledFeatures) Specifies the features that are currently available in your organization.
- Parameters:
enabledFeatures
- Specifies the features that are currently available in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeaturesWithStrings
Specifies the features that are currently available in your organization.
- Parameters:
enabledFeatures
- Specifies the features that are currently available in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeatures
Specifies the features that are currently available in your organization.
- Parameters:
enabledFeatures
- Specifies the features that are currently available in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledFeatures
Specifies the features that are currently available in your organization.
- Parameters:
enabledFeatures
- Specifies the features that are currently available in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-