Interface LandingZoneOperationFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LandingZoneOperationFilter.Builder,LandingZoneOperationFilter>,SdkBuilder<LandingZoneOperationFilter.Builder,LandingZoneOperationFilter>,SdkPojo
- Enclosing class:
- LandingZoneOperationFilter
public static interface LandingZoneOperationFilter.Builder extends SdkPojo, CopyableBuilder<LandingZoneOperationFilter.Builder,LandingZoneOperationFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LandingZoneOperationFilter.Builderstatuses(Collection<LandingZoneOperationStatus> statuses)The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationFilter.Builderstatuses(LandingZoneOperationStatus... statuses)The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationFilter.BuilderstatusesWithStrings(String... statuses)The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationFilter.BuilderstatusesWithStrings(Collection<String> statuses)The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationFilter.Buildertypes(Collection<LandingZoneOperationType> types)The set of landing zone operation types selected by the filter.LandingZoneOperationFilter.Buildertypes(LandingZoneOperationType... types)The set of landing zone operation types selected by the filter.LandingZoneOperationFilter.BuildertypesWithStrings(String... types)The set of landing zone operation types selected by the filter.LandingZoneOperationFilter.BuildertypesWithStrings(Collection<String> types)The set of landing zone operation types selected by the filter.-
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
-
statusesWithStrings
LandingZoneOperationFilter.Builder statusesWithStrings(Collection<String> statuses)
The statuses of the set of landing zone operations selected by the filter.
- Parameters:
statuses- The statuses of the set of landing zone operations selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
LandingZoneOperationFilter.Builder statusesWithStrings(String... statuses)
The statuses of the set of landing zone operations selected by the filter.
- Parameters:
statuses- The statuses of the set of landing zone operations selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
LandingZoneOperationFilter.Builder statuses(Collection<LandingZoneOperationStatus> statuses)
The statuses of the set of landing zone operations selected by the filter.
- Parameters:
statuses- The statuses of the set of landing zone operations selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
LandingZoneOperationFilter.Builder statuses(LandingZoneOperationStatus... statuses)
The statuses of the set of landing zone operations selected by the filter.
- Parameters:
statuses- The statuses of the set of landing zone operations selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
LandingZoneOperationFilter.Builder typesWithStrings(Collection<String> types)
The set of landing zone operation types selected by the filter.
- Parameters:
types- The set of landing zone operation types selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
LandingZoneOperationFilter.Builder typesWithStrings(String... types)
The set of landing zone operation types selected by the filter.
- Parameters:
types- The set of landing zone operation types selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
LandingZoneOperationFilter.Builder types(Collection<LandingZoneOperationType> types)
The set of landing zone operation types selected by the filter.
- Parameters:
types- The set of landing zone operation types selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
LandingZoneOperationFilter.Builder types(LandingZoneOperationType... types)
The set of landing zone operation types selected by the filter.
- Parameters:
types- The set of landing zone operation types selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-