Interface TargetId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetId.Builder,TargetId>,SdkBuilder<TargetId.Builder,TargetId>,SdkPojo
- Enclosing class:
- TargetId
public static interface TargetId.Builder extends SdkPojo, CopyableBuilder<TargetId.Builder,TargetId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetId.BuilderaccountId(String accountId)The 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 Detail
-
accountId
TargetId.Builder accountId(String 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.
-
-