Interface SignalMapSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SignalMapSummary.Builder,SignalMapSummary>,SdkBuilder<SignalMapSummary.Builder,SignalMapSummary>,SdkPojo
- Enclosing class:
- SignalMapSummary
public static interface SignalMapSummary.Builder extends SdkPojo, CopyableBuilder<SignalMapSummary.Builder,SignalMapSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignalMapSummary.Builderarn(String arn)A signal map's ARN (Amazon Resource Name)SignalMapSummary.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.SignalMapSummary.Builderdescription(String description)A resource's optional description.SignalMapSummary.Builderid(String id)A signal map's id.SignalMapSummary.BuildermodifiedAt(Instant modifiedAt)Sets the value of the ModifiedAt property for this object.SignalMapSummary.BuildermonitorDeploymentStatus(String monitorDeploymentStatus)Sets the value of the MonitorDeploymentStatus property for this object.SignalMapSummary.BuildermonitorDeploymentStatus(SignalMapMonitorDeploymentStatus monitorDeploymentStatus)Sets the value of the MonitorDeploymentStatus property for this object.SignalMapSummary.Buildername(String name)A resource's name.SignalMapSummary.Builderstatus(String status)Sets the value of the Status property for this object.SignalMapSummary.Builderstatus(SignalMapStatus status)Sets the value of the Status property for this object.SignalMapSummary.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
SignalMapSummary.Builder arn(String arn)
A signal map's ARN (Amazon Resource Name)- Parameters:
arn- A signal map's ARN (Amazon Resource Name)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
SignalMapSummary.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SignalMapSummary.Builder description(String description)
A resource's optional description.- Parameters:
description- A resource's optional description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
SignalMapSummary.Builder id(String id)
A signal map's id.- Parameters:
id- A signal map's id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
SignalMapSummary.Builder modifiedAt(Instant modifiedAt)
Sets the value of the ModifiedAt property for this object.- Parameters:
modifiedAt- The new value for the ModifiedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitorDeploymentStatus
SignalMapSummary.Builder monitorDeploymentStatus(String monitorDeploymentStatus)
Sets the value of the MonitorDeploymentStatus property for this object.- Parameters:
monitorDeploymentStatus- The new value for the MonitorDeploymentStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SignalMapMonitorDeploymentStatus,SignalMapMonitorDeploymentStatus
-
monitorDeploymentStatus
SignalMapSummary.Builder monitorDeploymentStatus(SignalMapMonitorDeploymentStatus monitorDeploymentStatus)
Sets the value of the MonitorDeploymentStatus property for this object.- Parameters:
monitorDeploymentStatus- The new value for the MonitorDeploymentStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SignalMapMonitorDeploymentStatus,SignalMapMonitorDeploymentStatus
-
name
SignalMapSummary.Builder name(String name)
A resource's name. Names must be unique within the scope of a resource type in a specific region.- Parameters:
name- A resource's name. Names must be unique within the scope of a resource type in a specific region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SignalMapSummary.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SignalMapStatus,SignalMapStatus
-
status
SignalMapSummary.Builder status(SignalMapStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SignalMapStatus,SignalMapStatus
-
tags
SignalMapSummary.Builder tags(Map<String,String> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-