Interface StopGuiSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopGuiSessionResponse.Builder,StopGuiSessionResponse>,LightsailResponse.Builder,SdkBuilder<StopGuiSessionResponse.Builder,StopGuiSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopGuiSessionResponse
public static interface StopGuiSessionResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<StopGuiSessionResponse.Builder,StopGuiSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopGuiSessionResponse.Builderoperations(Collection<Operation> operations)The available API operations.StopGuiSessionResponse.Builderoperations(Consumer<Operation.Builder>... operations)The available API operations.StopGuiSessionResponse.Builderoperations(Operation... operations)The available API operations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
operations
StopGuiSessionResponse.Builder operations(Collection<Operation> operations)
The available API operations.
- Parameters:
operations- The available API operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
StopGuiSessionResponse.Builder operations(Operation... operations)
The available API operations.
- Parameters:
operations- The available API operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
StopGuiSessionResponse.Builder operations(Consumer<Operation.Builder>... operations)
The available API operations.
This is a convenience method that creates an instance of theOperation.Builderavoiding the need to create one manually viaOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#operations(List.) - Parameters:
operations- a consumer that will call methods onOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#operations(java.util.Collection)
-
-