Interface NoManagementPreference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NoManagementPreference.Builder,NoManagementPreference>,SdkBuilder<NoManagementPreference.Builder,NoManagementPreference>,SdkPojo
- Enclosing class:
- NoManagementPreference
public static interface NoManagementPreference.Builder extends SdkPojo, CopyableBuilder<NoManagementPreference.Builder,NoManagementPreference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoManagementPreference.BuildertargetDestination(Collection<NoPreferenceTargetDestination> targetDestination)The choice of application destination that you specify.NoManagementPreference.BuildertargetDestination(NoPreferenceTargetDestination... targetDestination)The choice of application destination that you specify.NoManagementPreference.BuildertargetDestinationWithStrings(String... targetDestination)The choice of application destination that you specify.NoManagementPreference.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, sdkFields
-
-
-
-
Method Detail
-
targetDestinationWithStrings
NoManagementPreference.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
NoManagementPreference.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
NoManagementPreference.Builder targetDestination(Collection<NoPreferenceTargetDestination> 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
NoManagementPreference.Builder targetDestination(NoPreferenceTargetDestination... 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.
-
-