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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOrganizationsFeaturesResponse.BuilderenabledFeatures(Collection<FeatureType> enabledFeatures)Specifies the features that are currently available in your organization.ListOrganizationsFeaturesResponse.BuilderenabledFeatures(FeatureType... enabledFeatures)Specifies the features that are currently available in your organization.ListOrganizationsFeaturesResponse.BuilderenabledFeaturesWithStrings(String... enabledFeatures)Specifies the features that are currently available in your organization.ListOrganizationsFeaturesResponse.BuilderenabledFeaturesWithStrings(Collection<String> enabledFeatures)Specifies the features that are currently available in your organization.ListOrganizationsFeaturesResponse.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
ListOrganizationsFeaturesResponse.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
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
ListOrganizationsFeaturesResponse.Builder enabledFeaturesWithStrings(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.
-
enabledFeatures
ListOrganizationsFeaturesResponse.Builder enabledFeatures(Collection<FeatureType> 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
ListOrganizationsFeaturesResponse.Builder enabledFeatures(FeatureType... 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.
-
-