Interface GetSoftwareSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSoftwareSetResponse.Builder,,GetSoftwareSetResponse> SdkBuilder<GetSoftwareSetResponse.Builder,,GetSoftwareSetResponse> SdkPojo,SdkResponse.Builder,WorkSpacesThinClientResponse.Builder
- Enclosing class:
GetSoftwareSetResponse
public static interface GetSoftwareSetResponse.Builder
extends WorkSpacesThinClientResponse.Builder, SdkPojo, CopyableBuilder<GetSoftwareSetResponse.Builder,GetSoftwareSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetSoftwareSetResponse.BuildersoftwareSet(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.Builderavoiding the need to create one manually viaSoftwareSet.builder().When the
Consumercompletes,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:
-