Class DefaultSignedUrl.Builder
java.lang.Object
software.amazon.awssdk.services.cloudfront.internal.url.DefaultSignedUrl.Builder
- All Implemented Interfaces:
Buildable,CopyableBuilder<DefaultSignedUrl.Builder,,DefaultSignedUrl> SdkBuilder<DefaultSignedUrl.Builder,DefaultSignedUrl>
- Enclosing class:
- DefaultSignedUrl
public static final class DefaultSignedUrl.Builder
extends Object
implements CopyableBuilder<DefaultSignedUrl.Builder,DefaultSignedUrl>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Configure the domainencodedPath(String encodedPath) Configure the encoded pathConfigure the protocolConfigure the signed URLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
protocol
Configure the protocol -
domain
Configure the domain -
encodedPath
Configure the encoded path -
url
Configure the signed URL -
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<DefaultSignedUrl.Builder,DefaultSignedUrl>
-