public static interface ServerCertificateConfiguration.Builder extends SdkPojo, CopyableBuilder<ServerCertificateConfiguration.Builder,ServerCertificateConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateConfiguration.Builder |
scopes(Collection<ServerCertificateScope> scopes)
A list of a server certificate configuration's scopes.
|
ServerCertificateConfiguration.Builder |
scopes(Consumer<ServerCertificateScope.Builder>... scopes)
A list of a server certificate configuration's scopes.
|
ServerCertificateConfiguration.Builder |
scopes(ServerCertificateScope... scopes)
A list of a server certificate configuration's scopes.
|
ServerCertificateConfiguration.Builder |
serverCertificates(Collection<ServerCertificate> serverCertificates)
The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.
|
ServerCertificateConfiguration.Builder |
serverCertificates(Consumer<ServerCertificate.Builder>... serverCertificates)
The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.
|
ServerCertificateConfiguration.Builder |
serverCertificates(ServerCertificate... serverCertificates)
The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerCertificateConfiguration.Builder serverCertificates(Collection<ServerCertificate> serverCertificates)
The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.
serverCertificates - The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.ServerCertificateConfiguration.Builder serverCertificates(ServerCertificate... serverCertificates)
The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.
serverCertificates - The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.ServerCertificateConfiguration.Builder serverCertificates(Consumer<ServerCertificate.Builder>... serverCertificates)
The list of a server certificate configuration's Certificate Manager SSL/TLS certificates.
This is a convenience method that creates an instance of theServerCertificate.Builder avoiding the need to
create one manually via
ServerCertificate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #serverCertificates(List.
serverCertificates - a consumer that will call methods on
ServerCertificate.Builder#serverCertificates(java.util.Collection) ServerCertificateConfiguration.Builder scopes(Collection<ServerCertificateScope> scopes)
A list of a server certificate configuration's scopes.
scopes - A list of a server certificate configuration's scopes.ServerCertificateConfiguration.Builder scopes(ServerCertificateScope... scopes)
A list of a server certificate configuration's scopes.
scopes - A list of a server certificate configuration's scopes.ServerCertificateConfiguration.Builder scopes(Consumer<ServerCertificateScope.Builder>... scopes)
A list of a server certificate configuration's scopes.
This is a convenience method that creates an instance of theServerCertificateScope.Builder avoiding the
need to create one manually via
ServerCertificateScope.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #scopes(List.
scopes - a consumer that will call methods on
ServerCertificateScope.Builder#scopes(java.util.Collection) Copyright © 2023. All rights reserved.