Interface GetUrlRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GetUrlRequest.Builder,
,GetUrlRequest> SdkBuilder<GetUrlRequest.Builder,
,GetUrlRequest> SdkPojo
- Enclosing class:
GetUrlRequest
public static interface GetUrlRequest.Builder
extends SdkPojo, CopyableBuilder<GetUrlRequest.Builder,GetUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Bucket property for this object.Sets the endpoint to use for constructing the URL.Sets the value of the Key property for this object.Sets the region to use for constructing the URL.VersionId used to reference a specific version of the object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bucket
Sets the value of the Bucket property for this object.- Parameters:
bucket
- The new value for the Bucket property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
Sets the value of the Key property for this object.- Parameters:
key
- The new value for the Key property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
VersionId used to reference a specific version of the object.- Parameters:
versionId
- VersionId used to reference a specific version of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Sets the region to use for constructing the URL.- Parameters:
region
- The region to use for constructing the URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
Sets the endpoint to use for constructing the URL.- Parameters:
endpoint
- The endpoint to use for constructing the URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-