Interface MemberFeaturesConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MemberFeaturesConfiguration.Builder,,- MemberFeaturesConfiguration> - SdkBuilder<MemberFeaturesConfiguration.Builder,,- MemberFeaturesConfiguration> - SdkPojo
- Enclosing class:
- MemberFeaturesConfiguration
public static interface MemberFeaturesConfiguration.Builder
extends SdkPojo, CopyableBuilder<MemberFeaturesConfiguration.Builder,MemberFeaturesConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionadditionalConfiguration(Collection<MemberAdditionalConfiguration> additionalConfiguration) Additional configuration of the feature for the member account.additionalConfiguration(Consumer<MemberAdditionalConfiguration.Builder>... additionalConfiguration) Additional configuration of the feature for the member account.additionalConfiguration(MemberAdditionalConfiguration... additionalConfiguration) Additional configuration of the feature for the member account.The name of the feature.name(OrgFeature name) The name of the feature.The status of the feature.status(FeatureStatus status) The status of the feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
nameThe name of the feature. - Parameters:
- name- The name of the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the feature. - Parameters:
- name- The name of the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the feature. - Parameters:
- status- The status of the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the feature. - Parameters:
- status- The status of the feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
additionalConfigurationMemberFeaturesConfiguration.Builder additionalConfiguration(Collection<MemberAdditionalConfiguration> additionalConfiguration) Additional configuration of the feature for the member account. - Parameters:
- additionalConfiguration- Additional configuration of the feature for the member account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalConfigurationMemberFeaturesConfiguration.Builder additionalConfiguration(MemberAdditionalConfiguration... additionalConfiguration) Additional configuration of the feature for the member account. - Parameters:
- additionalConfiguration- Additional configuration of the feature for the member account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalConfigurationMemberFeaturesConfiguration.Builder additionalConfiguration(Consumer<MemberAdditionalConfiguration.Builder>... additionalConfiguration) Additional configuration of the feature for the member account. This is a convenience method that creates an instance of theMemberAdditionalConfiguration.Builderavoiding the need to create one manually viaMemberAdditionalConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadditionalConfiguration(List<MemberAdditionalConfiguration>).- Parameters:
- additionalConfiguration- a consumer that will call methods on- MemberAdditionalConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-