Interface GetDataEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>,KinesisVideoRequest.Builder,SdkBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDataEndpointRequest
public static interface GetDataEndpointRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataEndpointRequest.BuilderapiName(String apiName)The name of the API action for which to get an endpoint.GetDataEndpointRequest.BuilderapiName(APIName apiName)The name of the API action for which to get an endpoint.GetDataEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataEndpointRequest.BuilderstreamARN(String streamARN)The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.GetDataEndpointRequest.BuilderstreamName(String streamName)The name of the stream that you want to get the endpoint for.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
streamName
GetDataEndpointRequest.Builder streamName(String streamName)
The name of the stream that you want to get the endpoint for. You must specify either this parameter or a
StreamARNin the request.- Parameters:
streamName- The name of the stream that you want to get the endpoint for. You must specify either this parameter or aStreamARNin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamARN
GetDataEndpointRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a
StreamNamein the request.- Parameters:
streamARN- The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or aStreamNamein the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiName
GetDataEndpointRequest.Builder apiName(String apiName)
The name of the API action for which to get an endpoint.
-
apiName
GetDataEndpointRequest.Builder apiName(APIName apiName)
The name of the API action for which to get an endpoint.
-
overrideConfiguration
GetDataEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDataEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-