Interface ListControlOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ControlTowerResponse.Builder
,CopyableBuilder<ListControlOperationsResponse.Builder,
,ListControlOperationsResponse> SdkBuilder<ListControlOperationsResponse.Builder,
,ListControlOperationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListControlOperationsResponse
@Mutable
@NotThreadSafe
public static interface ListControlOperationsResponse.Builder
extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<ListControlOperationsResponse.Builder,ListControlOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontrolOperations
(Collection<ControlOperationSummary> controlOperations) Returns a list of output from control operations.controlOperations
(Consumer<ControlOperationSummary.Builder>... controlOperations) Returns a list of output from control operations.controlOperations
(ControlOperationSummary... controlOperations) Returns a list of output from control operations.A pagination token.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
-
controlOperations
ListControlOperationsResponse.Builder controlOperations(Collection<ControlOperationSummary> controlOperations) Returns a list of output from control operations.
- Parameters:
controlOperations
- Returns a list of output from control operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlOperations
ListControlOperationsResponse.Builder controlOperations(ControlOperationSummary... controlOperations) Returns a list of output from control operations.
- Parameters:
controlOperations
- Returns a list of output from control operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlOperations
ListControlOperationsResponse.Builder controlOperations(Consumer<ControlOperationSummary.Builder>... controlOperations) Returns a list of output from control operations.
This is a convenience method that creates an instance of theControlOperationSummary.Builder
avoiding the need to create one manually viaControlOperationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontrolOperations(List<ControlOperationSummary>)
.- Parameters:
controlOperations
- a consumer that will call methods onControlOperationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token.
- Parameters:
nextToken
- A pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-