Interface ModifyCertificateBasedAuthPropertiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyCertificateBasedAuthPropertiesRequest.Builder,
,ModifyCertificateBasedAuthPropertiesRequest> SdkBuilder<ModifyCertificateBasedAuthPropertiesRequest.Builder,
,ModifyCertificateBasedAuthPropertiesRequest> SdkPojo
,SdkRequest.Builder
,WorkSpacesRequest.Builder
- Enclosing class:
ModifyCertificateBasedAuthPropertiesRequest
public static interface ModifyCertificateBasedAuthPropertiesRequest.Builder
extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyCertificateBasedAuthPropertiesRequest.Builder,ModifyCertificateBasedAuthPropertiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateBasedAuthProperties
(Consumer<CertificateBasedAuthProperties.Builder> certificateBasedAuthProperties) The properties of the certificate-based authentication.certificateBasedAuthProperties
(CertificateBasedAuthProperties certificateBasedAuthProperties) The properties of the certificate-based authentication.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.propertiesToDelete
(Collection<DeletableCertificateBasedAuthProperty> propertiesToDelete) The properties of the certificate-based authentication you want to delete.propertiesToDelete
(DeletableCertificateBasedAuthProperty... propertiesToDelete) The properties of the certificate-based authentication you want to delete.propertiesToDeleteWithStrings
(String... propertiesToDelete) The properties of the certificate-based authentication you want to delete.propertiesToDeleteWithStrings
(Collection<String> propertiesToDelete) The properties of the certificate-based authentication you want to delete.resourceId
(String resourceId) The resource identifiers, in the form of directory IDs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
Method Details
-
resourceId
The resource identifiers, in the form of directory IDs.
- Parameters:
resourceId
- The resource identifiers, in the form of directory IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateBasedAuthProperties
ModifyCertificateBasedAuthPropertiesRequest.Builder certificateBasedAuthProperties(CertificateBasedAuthProperties certificateBasedAuthProperties) The properties of the certificate-based authentication.
- Parameters:
certificateBasedAuthProperties
- The properties of the certificate-based authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateBasedAuthProperties
default ModifyCertificateBasedAuthPropertiesRequest.Builder certificateBasedAuthProperties(Consumer<CertificateBasedAuthProperties.Builder> certificateBasedAuthProperties) The properties of the certificate-based authentication.
This is a convenience method that creates an instance of theCertificateBasedAuthProperties.Builder
avoiding the need to create one manually viaCertificateBasedAuthProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocertificateBasedAuthProperties(CertificateBasedAuthProperties)
.- Parameters:
certificateBasedAuthProperties
- a consumer that will call methods onCertificateBasedAuthProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
propertiesToDeleteWithStrings
ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDeleteWithStrings(Collection<String> propertiesToDelete) The properties of the certificate-based authentication you want to delete.
- Parameters:
propertiesToDelete
- The properties of the certificate-based authentication you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesToDeleteWithStrings
ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDeleteWithStrings(String... propertiesToDelete) The properties of the certificate-based authentication you want to delete.
- Parameters:
propertiesToDelete
- The properties of the certificate-based authentication you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesToDelete
ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDelete(Collection<DeletableCertificateBasedAuthProperty> propertiesToDelete) The properties of the certificate-based authentication you want to delete.
- Parameters:
propertiesToDelete
- The properties of the certificate-based authentication you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesToDelete
ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDelete(DeletableCertificateBasedAuthProperty... propertiesToDelete) The properties of the certificate-based authentication you want to delete.
- Parameters:
propertiesToDelete
- The properties of the certificate-based authentication you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyCertificateBasedAuthPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyCertificateBasedAuthPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-