Interface CommonControlSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CommonControlSummary.Builder,CommonControlSummary>,SdkBuilder<CommonControlSummary.Builder,CommonControlSummary>,SdkPojo
- Enclosing class:
- CommonControlSummary
public static interface CommonControlSummary.Builder extends SdkPojo, CopyableBuilder<CommonControlSummary.Builder,CommonControlSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CommonControlSummary.Builderarn(String arn)The Amazon Resource Name (ARN) that identifies the common control.CommonControlSummary.BuildercreateTime(Instant createTime)The time when the common control was created.CommonControlSummary.Builderdescription(String description)The description of the common control.default CommonControlSummary.Builderdomain(Consumer<AssociatedDomainSummary.Builder> domain)The domain that the common control belongs to.CommonControlSummary.Builderdomain(AssociatedDomainSummary domain)The domain that the common control belongs to.CommonControlSummary.BuilderlastUpdateTime(Instant lastUpdateTime)The time when the common control was most recently updated.CommonControlSummary.Buildername(String name)The name of the common control.default CommonControlSummary.Builderobjective(Consumer<AssociatedObjectiveSummary.Builder> objective)The objective that the common control belongs to.CommonControlSummary.Builderobjective(AssociatedObjectiveSummary objective)The objective that the common control belongs to.-
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 Detail
-
arn
CommonControlSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) that identifies the common control.
- Parameters:
arn- The Amazon Resource Name (ARN) that identifies the common control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
CommonControlSummary.Builder createTime(Instant createTime)
The time when the common control was created.
- Parameters:
createTime- The time when the common control was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CommonControlSummary.Builder description(String description)
The description of the common control.
- Parameters:
description- The description of the common control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
CommonControlSummary.Builder domain(AssociatedDomainSummary domain)
The domain that the common control belongs to.
- Parameters:
domain- The domain that the common control belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
default CommonControlSummary.Builder domain(Consumer<AssociatedDomainSummary.Builder> domain)
The domain that the common control belongs to.
This is a convenience method that creates an instance of theAssociatedDomainSummary.Builderavoiding the need to create one manually viaAssociatedDomainSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomain(AssociatedDomainSummary).- Parameters:
domain- a consumer that will call methods onAssociatedDomainSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
domain(AssociatedDomainSummary)
-
lastUpdateTime
CommonControlSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The time when the common control was most recently updated.
- Parameters:
lastUpdateTime- The time when the common control was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CommonControlSummary.Builder name(String name)
The name of the common control.
- Parameters:
name- The name of the common control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objective
CommonControlSummary.Builder objective(AssociatedObjectiveSummary objective)
The objective that the common control belongs to.
- Parameters:
objective- The objective that the common control belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objective
default CommonControlSummary.Builder objective(Consumer<AssociatedObjectiveSummary.Builder> objective)
The objective that the common control belongs to.
This is a convenience method that creates an instance of theAssociatedObjectiveSummary.Builderavoiding the need to create one manually viaAssociatedObjectiveSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjective(AssociatedObjectiveSummary).- Parameters:
objective- a consumer that will call methods onAssociatedObjectiveSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
objective(AssociatedObjectiveSummary)
-
-