Interface ListLandingZoneOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ControlTowerResponse.Builder
,CopyableBuilder<ListLandingZoneOperationsResponse.Builder,
,ListLandingZoneOperationsResponse> SdkBuilder<ListLandingZoneOperationsResponse.Builder,
,ListLandingZoneOperationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLandingZoneOperationsResponse
@Mutable
@NotThreadSafe
public static interface ListLandingZoneOperationsResponse.Builder
extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<ListLandingZoneOperationsResponse.Builder,ListLandingZoneOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlandingZoneOperations
(Collection<LandingZoneOperationSummary> landingZoneOperations) Lists landing zone operations.landingZoneOperations
(Consumer<LandingZoneOperationSummary.Builder>... landingZoneOperations) Lists landing zone operations.landingZoneOperations
(LandingZoneOperationSummary... landingZoneOperations) Lists landing zone operations.Retrieves the next page of results.Methods inherited from interface software.amazon.awssdk.services.controltower.model.ControlTowerResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
landingZoneOperations
ListLandingZoneOperationsResponse.Builder landingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations) Lists landing zone operations.
- Parameters:
landingZoneOperations
- Lists landing zone operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
landingZoneOperations
ListLandingZoneOperationsResponse.Builder landingZoneOperations(LandingZoneOperationSummary... landingZoneOperations) Lists landing zone operations.
- Parameters:
landingZoneOperations
- Lists landing zone operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
landingZoneOperations
ListLandingZoneOperationsResponse.Builder landingZoneOperations(Consumer<LandingZoneOperationSummary.Builder>... landingZoneOperations) Lists landing zone operations.
This is a convenience method that creates an instance of theLandingZoneOperationSummary.Builder
avoiding the need to create one manually viaLandingZoneOperationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolandingZoneOperations(List<LandingZoneOperationSummary>)
.- Parameters:
landingZoneOperations
- a consumer that will call methods onLandingZoneOperationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Retrieves the next page of results. If the string is empty, the response is the end of the results.
- Parameters:
nextToken
- Retrieves the next page of results. If the string is empty, the response is the end of the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-