Uses of Class
software.amazon.awssdk.services.s3.internal.plugins.S3OverrideAuthSchemePropertiesPlugin.Builder
Packages that use S3OverrideAuthSchemePropertiesPlugin.Builder
-
Uses of S3OverrideAuthSchemePropertiesPlugin.Builder in software.amazon.awssdk.services.s3.internal.plugins
Methods in software.amazon.awssdk.services.s3.internal.plugins that return S3OverrideAuthSchemePropertiesPlugin.BuilderModifier and TypeMethodDescriptionS3OverrideAuthSchemePropertiesPlugin.Builder.addOperationConstraint(String operation) Adds an operation constraint to use the configured properties.S3OverrideAuthSchemePropertiesPlugin.builder()Creates a new builder to configure the plugin.S3OverrideAuthSchemePropertiesPlugin.Builder.chunkEncodingEnabled(Boolean value) Sets theAwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLEDsigning property to the given value.S3OverrideAuthSchemePropertiesPlugin.Builder.normalizePath(Boolean value) Sets theAwsV4FamilyHttpSigner.NORMALIZE_PATHsigning property to the given value.S3OverrideAuthSchemePropertiesPlugin.Builder.payloadSigningEnabled(Boolean value) Sets theAwsV4FamilyHttpSigner.PAYLOAD_SIGNING_ENABLEDsigning property to the given value.S3OverrideAuthSchemePropertiesPlugin.Builder.putIdentityProperty(IdentityProperty<T> key, T value) Adds the provided property value as an override.S3OverrideAuthSchemePropertiesPlugin.Builder.putSignerProperty(SignerProperty<T> key, T value) Adds the provided property value as an override.