| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.internal.plugins |
| Modifier and Type | Method and Description |
|---|---|
S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.Builder.addOperationConstraint(String operation)
Adds an operation constraint to use the configured properties.
|
static S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.builder()
Creates a new builder to configure the plugin.
|
S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.Builder.chunkEncodingEnabled(Boolean value)
Sets the
AwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLED signing property to the given value. |
S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.Builder.normalizePath(Boolean value)
Sets the
AwsV4FamilyHttpSigner.NORMALIZE_PATH signing property to the given value. |
S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.Builder.payloadSigningEnabled(Boolean value)
Sets the
AwsV4FamilyHttpSigner.PAYLOAD_SIGNING_ENABLED signing property to the given value. |
<T> S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.Builder.putIdentityProperty(IdentityProperty<T> key,
T value)
Adds the provided property value as an override.
|
<T> S3OverrideAuthSchemePropertiesPlugin.Builder |
S3OverrideAuthSchemePropertiesPlugin.Builder.putSignerProperty(SignerProperty<T> key,
T value)
Adds the provided property value as an override.
|
Copyright © 2026. All rights reserved.