Interface TargetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetSummary.Builder,TargetSummary>,SdkBuilder<TargetSummary.Builder,TargetSummary>,SdkPojo
- Enclosing class:
- TargetSummary
public static interface TargetSummary.Builder extends SdkPojo, CopyableBuilder<TargetSummary.Builder,TargetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the target.-
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
TargetSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the target.
- Parameters:
arn- The Amazon Resource Name (ARN) of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-