Interface ListLandingZoneOperationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ControlTowerResponse.Builder,CopyableBuilder<ListLandingZoneOperationsResponse.Builder,ListLandingZoneOperationsResponse>,SdkBuilder<ListLandingZoneOperationsResponse.Builder,ListLandingZoneOperationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLandingZoneOperationsResponse
public static interface ListLandingZoneOperationsResponse.Builder extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<ListLandingZoneOperationsResponse.Builder,ListLandingZoneOperationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLandingZoneOperationsResponse.BuilderlandingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations)Lists landing zone operations.ListLandingZoneOperationsResponse.BuilderlandingZoneOperations(Consumer<LandingZoneOperationSummary.Builder>... landingZoneOperations)Lists landing zone operations.ListLandingZoneOperationsResponse.BuilderlandingZoneOperations(LandingZoneOperationSummary... landingZoneOperations)Lists landing zone operations.ListLandingZoneOperationsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaLandingZoneOperationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#landingZoneOperations(List.) - 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:
#landingZoneOperations(java.util.Collection)
-
nextToken
ListLandingZoneOperationsResponse.Builder nextToken(String 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.
-
-