Interface Target.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Target.Builder,Target>,SdkBuilder<Target.Builder,Target>,SdkPojo
- Enclosing class:
- Target
public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Target.Builderid(String id)TheTargetIDis a 12-character identifier of theACCOUNTfor which the control was created.Target.Buildertype(String type)The target type is always anACCOUNT.Target.Buildertype(TargetType type)The target type is always anACCOUNT.-
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
-
type
Target.Builder type(String type)
The target type is always an
ACCOUNT.- Parameters:
type- The target type is always anACCOUNT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType,TargetType
-
type
Target.Builder type(TargetType type)
The target type is always an
ACCOUNT.- Parameters:
type- The target type is always anACCOUNT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType,TargetType
-
id
Target.Builder id(String id)
The
TargetIDis a 12-character identifier of theACCOUNTfor which the control was created. (This must be the current account.)- Parameters:
id- TheTargetIDis a 12-character identifier of theACCOUNTfor which the control was created. (This must be the current account.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-