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