Interface GetDepotUrlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDepotUrlResponse.Builder,,GetDepotUrlResponse> EvsResponse.Builder,SdkBuilder<GetDepotUrlResponse.Builder,,GetDepotUrlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDepotUrlResponse
@Mutable
@NotThreadSafe
public static interface GetDepotUrlResponse.Builder
extends EvsResponse.Builder, SdkPojo, CopyableBuilder<GetDepotUrlResponse.Builder,GetDepotUrlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe URL for accessing the Amazon EVS Custom Addon depot.The authentication token for depot access.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.evs.model.EvsResponse.Builder
build, responseMetadata, responseMetadataMethods 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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
depotUrl
The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.
- Parameters:
depotUrl- The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.
- Parameters:
token- The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-