public static interface ModifyCertificateBasedAuthPropertiesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyCertificateBasedAuthPropertiesRequest.Builder,ModifyCertificateBasedAuthPropertiesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyCertificateBasedAuthPropertiesRequest.Builder resourceId(String resourceId)
The resource identifiers, in the form of directory IDs.
resourceId - The resource identifiers, in the form of directory IDs.ModifyCertificateBasedAuthPropertiesRequest.Builder certificateBasedAuthProperties(CertificateBasedAuthProperties certificateBasedAuthProperties)
The properties of the certificate-based authentication.
certificateBasedAuthProperties - The properties of the certificate-based authentication.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 via CertificateBasedAuthProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
certificateBasedAuthProperties(CertificateBasedAuthProperties).
certificateBasedAuthProperties - a consumer that will call methods on CertificateBasedAuthProperties.BuildercertificateBasedAuthProperties(CertificateBasedAuthProperties)ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDeleteWithStrings(Collection<String> propertiesToDelete)
The properties of the certificate-based authentication you want to delete.
propertiesToDelete - The properties of the certificate-based authentication you want to delete.ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDeleteWithStrings(String... propertiesToDelete)
The properties of the certificate-based authentication you want to delete.
propertiesToDelete - The properties of the certificate-based authentication you want to delete.ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDelete(Collection<DeletableCertificateBasedAuthProperty> propertiesToDelete)
The properties of the certificate-based authentication you want to delete.
propertiesToDelete - The properties of the certificate-based authentication you want to delete.ModifyCertificateBasedAuthPropertiesRequest.Builder propertiesToDelete(DeletableCertificateBasedAuthProperty... propertiesToDelete)
The properties of the certificate-based authentication you want to delete.
propertiesToDelete - The properties of the certificate-based authentication you want to delete.ModifyCertificateBasedAuthPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyCertificateBasedAuthPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.