Interface TargetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetSummary.Builder,
,TargetSummary> SdkBuilder<TargetSummary.Builder,
,TargetSummary> SdkPojo
- Enclosing class:
TargetSummary
@Mutable
@NotThreadSafe
public static interface TargetSummary.Builder
extends SdkPojo, CopyableBuilder<TargetSummary.Builder,TargetSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the target was created.description
(String description) The description of the target.The name of the target.The current status of the target.status
(TargetStatus status) The current status of the target.The unique identifier of the target.The timestamp when the target was last 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, sdkFieldNameToField, sdkFields
-
Method Details
-
targetId
The unique identifier of the target.
- Parameters:
targetId
- The unique identifier of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the target.
- Parameters:
name
- The name of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the target.
- Parameters:
status
- The current status of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the target.
- Parameters:
status
- The current status of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the target.
- Parameters:
description
- The description of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the target was created.
- Parameters:
createdAt
- The timestamp when the target was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the target was last updated.
- Parameters:
updatedAt
- The timestamp when the target was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-