Interface GetSoftwareSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSoftwareSetResponse.Builder,
,GetSoftwareSetResponse> SdkBuilder<GetSoftwareSetResponse.Builder,
,GetSoftwareSetResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesThinClientResponse.Builder
- Enclosing class:
GetSoftwareSetResponse
@Mutable
@NotThreadSafe
public static interface GetSoftwareSetResponse.Builder
extends WorkSpacesThinClientResponse.Builder, SdkPojo, CopyableBuilder<GetSoftwareSetResponse.Builder,GetSoftwareSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetSoftwareSetResponse.Builder
softwareSet
(Consumer<SoftwareSet.Builder> softwareSet) Describes a software set.softwareSet
(SoftwareSet softwareSet) Describes a software set.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
Methods inherited from interface software.amazon.awssdk.services.workspacesthinclient.model.WorkSpacesThinClientResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
softwareSet
Describes a software set.
- Parameters:
softwareSet
- Describes a software set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
softwareSet
Describes a software set.
This is a convenience method that creates an instance of theSoftwareSet.Builder
avoiding the need to create one manually viaSoftwareSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosoftwareSet(SoftwareSet)
.- Parameters:
softwareSet
- a consumer that will call methods onSoftwareSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-