Interface ClientPropertiesResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClientPropertiesResult.Builder,,ClientPropertiesResult> SdkBuilder<ClientPropertiesResult.Builder,,ClientPropertiesResult> SdkPojo
- Enclosing class:
ClientPropertiesResult
public static interface ClientPropertiesResult.Builder
extends SdkPojo, CopyableBuilder<ClientPropertiesResult.Builder,ClientPropertiesResult>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClientPropertiesResult.BuilderclientProperties(Consumer<ClientProperties.Builder> clientProperties) Information about the Amazon WorkSpaces client.clientProperties(ClientProperties clientProperties) Information about the Amazon WorkSpaces client.resourceId(String resourceId) The resource identifier, in the form of a directory ID.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, sdkFields
-
Method Details
-
resourceId
The resource identifier, in the form of a directory ID.
- Parameters:
resourceId- The resource identifier, in the form of a directory ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientProperties
Information about the Amazon WorkSpaces client.
- Parameters:
clientProperties- Information about the Amazon WorkSpaces client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientProperties
default ClientPropertiesResult.Builder clientProperties(Consumer<ClientProperties.Builder> clientProperties) Information about the Amazon WorkSpaces client.
This is a convenience method that creates an instance of theClientProperties.Builderavoiding the need to create one manually viaClientProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclientProperties(ClientProperties).- Parameters:
clientProperties- a consumer that will call methods onClientProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-