Interface RegisterOidcConfigTestRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterOidcConfigTestRequest.Builder,,RegisterOidcConfigTestRequest> SdkBuilder<RegisterOidcConfigTestRequest.Builder,,RegisterOidcConfigTestRequest> SdkPojo,SdkRequest.Builder,WickrRequest.Builder
- Enclosing class:
RegisterOidcConfigTestRequest
@Mutable
@NotThreadSafe
public static interface RegisterOidcConfigTestRequest.Builder
extends WickrRequest.Builder, SdkPojo, CopyableBuilder<RegisterOidcConfigTestRequest.Builder,RegisterOidcConfigTestRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificate(String certificate) The CA certificate for secure communication with the OIDC provider (optional).extraAuthParams(String extraAuthParams) Additional authentication parameters to include in the test (optional).The issuer URL of the OIDC provider to test.The ID of the Wickr network for which the OIDC configuration will be tested.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The OAuth scopes to test with the OIDC provider.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.wickr.model.WickrRequest.Builder
build
-
Method Details
-
networkId
The ID of the Wickr network for which the OIDC configuration will be tested.
- Parameters:
networkId- The ID of the Wickr network for which the OIDC configuration will be tested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extraAuthParams
Additional authentication parameters to include in the test (optional).
- Parameters:
extraAuthParams- Additional authentication parameters to include in the test (optional).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issuer
The issuer URL of the OIDC provider to test.
- Parameters:
issuer- The issuer URL of the OIDC provider to test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The OAuth scopes to test with the OIDC provider.
- Parameters:
scopes- The OAuth scopes to test with the OIDC provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificate
The CA certificate for secure communication with the OIDC provider (optional).
- Parameters:
certificate- The CA certificate for secure communication with the OIDC provider (optional).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterOidcConfigTestRequest.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
RegisterOidcConfigTestRequest.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.
-