Interface TargetId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetId.Builder,
,TargetId> SdkBuilder<TargetId.Builder,
,TargetId> SdkPojo
- Enclosing class:
TargetId
@Mutable
@NotThreadSafe
public static interface TargetId.Builder
extends SdkPojo, CopyableBuilder<TargetId.Builder,TargetId>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the account for a 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, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The identifier for the account for a target.
- Parameters:
accountId
- The identifier for the account for a target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-