Interface GetDepotUrlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDepotUrlRequest.Builder,,GetDepotUrlRequest> EvsRequest.Builder,SdkBuilder<GetDepotUrlRequest.Builder,,GetDepotUrlRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDepotUrlRequest
@Mutable
@NotThreadSafe
public static interface GetDepotUrlRequest.Builder
extends EvsRequest.Builder, SdkPojo, CopyableBuilder<GetDepotUrlRequest.Builder,GetDepotUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentId(String environmentId) The unique ID of the Amazon EVS environment to get the depot URL for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Revokes the current authentication token and returns a new depot URL with a new token.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.evs.model.EvsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
environmentId
The unique ID of the Amazon EVS environment to get the depot URL for.
- Parameters:
environmentId- The unique ID of the Amazon EVS environment to get the depot URL for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rotate
Revokes the current authentication token and returns a new depot URL with a new token. Previously issued depot URLs will stop working within 5 minutes of rotation.
- Parameters:
rotate- Revokes the current authentication token and returns a new depot URL with a new token. Previously issued depot URLs will stop working within 5 minutes of rotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDepotUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDepotUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-