Interface ModifyEndpointEncryptionModeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyEndpointEncryptionModeRequest.Builder,,ModifyEndpointEncryptionModeRequest> SdkBuilder<ModifyEndpointEncryptionModeRequest.Builder,,ModifyEndpointEncryptionModeRequest> SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
ModifyEndpointEncryptionModeRequest
@Mutable
@NotThreadSafe
public static interface ModifyEndpointEncryptionModeRequest.Builder
extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyEndpointEncryptionModeRequest.Builder,ModifyEndpointEncryptionModeRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId(String directoryId) The identifier of the directory.endpointEncryptionMode(String endpointEncryptionMode) The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.endpointEncryptionMode(EndpointEncryptionMode endpointEncryptionMode) The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
Method Details
-
directoryId
The identifier of the directory.
- Parameters:
directoryId- The identifier of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointEncryptionMode
The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.
- Parameters:
endpointEncryptionMode- The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointEncryptionMode
ModifyEndpointEncryptionModeRequest.Builder endpointEncryptionMode(EndpointEncryptionMode endpointEncryptionMode) The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.
- Parameters:
endpointEncryptionMode- The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ModifyEndpointEncryptionModeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyEndpointEncryptionModeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-