Interface SelfManageResources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelfManageResources.Builder,SelfManageResources>,SdkBuilder<SelfManageResources.Builder,SelfManageResources>,SdkPojo
- Enclosing class:
- SelfManageResources
public static interface SelfManageResources.Builder extends SdkPojo, CopyableBuilder<SelfManageResources.Builder,SelfManageResources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfManageResources.BuildertargetDestination(Collection<SelfManageTargetDestination> targetDestination)Self-managed resources target destination.SelfManageResources.BuildertargetDestination(SelfManageTargetDestination... targetDestination)Self-managed resources target destination.SelfManageResources.BuildertargetDestinationWithStrings(String... targetDestination)Self-managed resources target destination.SelfManageResources.BuildertargetDestinationWithStrings(Collection<String> targetDestination)Self-managed resources target destination.-
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
-
targetDestinationWithStrings
SelfManageResources.Builder targetDestinationWithStrings(Collection<String> targetDestination)
Self-managed resources target destination.
- Parameters:
targetDestination- Self-managed resources target destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDestinationWithStrings
SelfManageResources.Builder targetDestinationWithStrings(String... targetDestination)
Self-managed resources target destination.
- Parameters:
targetDestination- Self-managed resources target destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDestination
SelfManageResources.Builder targetDestination(Collection<SelfManageTargetDestination> targetDestination)
Self-managed resources target destination.
- Parameters:
targetDestination- Self-managed resources target destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDestination
SelfManageResources.Builder targetDestination(SelfManageTargetDestination... targetDestination)
Self-managed resources target destination.
- Parameters:
targetDestination- Self-managed resources target destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-