Interface MemberFeaturesConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemberFeaturesConfigurationResult.Builder,
,MemberFeaturesConfigurationResult> SdkBuilder<MemberFeaturesConfigurationResult.Builder,
,MemberFeaturesConfigurationResult> SdkPojo
- Enclosing class:
MemberFeaturesConfigurationResult
-
Method Summary
Modifier and TypeMethodDescriptionadditionalConfiguration
(Collection<MemberAdditionalConfigurationResult> additionalConfiguration) Indicates the additional configuration of the feature that is configured for the member account.additionalConfiguration
(Consumer<MemberAdditionalConfigurationResult.Builder>... additionalConfiguration) Indicates the additional configuration of the feature that is configured for the member account.additionalConfiguration
(MemberAdditionalConfigurationResult... additionalConfiguration) Indicates the additional configuration of the feature that is configured for the member account.Indicates the name of the feature that is enabled for the detector.name
(OrgFeature name) Indicates the name of the feature that is enabled for the detector.Indicates the status of the feature that is enabled for the detector.status
(FeatureStatus status) Indicates the status of the feature that is enabled for the detector.The timestamp at which the feature object was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
Indicates the name of the feature that is enabled for the detector.
- Parameters:
name
- Indicates the name of the feature that is enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Indicates the name of the feature that is enabled for the detector.
- Parameters:
name
- Indicates the name of the feature that is enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the feature that is enabled for the detector.
- Parameters:
status
- Indicates the status of the feature that is enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the feature that is enabled for the detector.
- Parameters:
status
- Indicates the status of the feature that is enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp at which the feature object was updated.
- Parameters:
updatedAt
- The timestamp at which the feature object was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConfiguration
MemberFeaturesConfigurationResult.Builder additionalConfiguration(Collection<MemberAdditionalConfigurationResult> additionalConfiguration) Indicates the additional configuration of the feature that is configured for the member account.
- Parameters:
additionalConfiguration
- Indicates the additional configuration of the feature that is configured for the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConfiguration
MemberFeaturesConfigurationResult.Builder additionalConfiguration(MemberAdditionalConfigurationResult... additionalConfiguration) Indicates the additional configuration of the feature that is configured for the member account.
- Parameters:
additionalConfiguration
- Indicates the additional configuration of the feature that is configured for the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConfiguration
MemberFeaturesConfigurationResult.Builder additionalConfiguration(Consumer<MemberAdditionalConfigurationResult.Builder>... additionalConfiguration) Indicates the additional configuration of the feature that is configured for the member account.
This is a convenience method that creates an instance of theMemberAdditionalConfigurationResult.Builder
avoiding the need to create one manually viaMemberAdditionalConfigurationResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadditionalConfiguration(List<MemberAdditionalConfigurationResult>)
.- Parameters:
additionalConfiguration
- a consumer that will call methods onMemberAdditionalConfigurationResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-