Interface ResetOriginEndpointStateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ResetOriginEndpointStateResponse.Builder,
,ResetOriginEndpointStateResponse> MediaPackageV2Response.Builder
,SdkBuilder<ResetOriginEndpointStateResponse.Builder,
,ResetOriginEndpointStateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ResetOriginEndpointStateResponse
@Mutable
@NotThreadSafe
public static interface ResetOriginEndpointStateResponse.Builder
extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<ResetOriginEndpointStateResponse.Builder,ResetOriginEndpointStateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) associated with the endpoint that you just reset.channelGroupName
(String channelGroupName) The name of the channel group that contains the channel with the origin endpoint that you just reset.channelName
(String channelName) The name of the channel with the origin endpoint that you just reset.originEndpointName
(String originEndpointName) The name of the origin endpoint that you just reset.The time that the origin endpoint was last reset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
channelGroupName
The name of the channel group that contains the channel with the origin endpoint that you just reset.
- Parameters:
channelGroupName
- The name of the channel group that contains the channel with the origin endpoint that you just reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name of the channel with the origin endpoint that you just reset.
- Parameters:
channelName
- The name of the channel with the origin endpoint that you just reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originEndpointName
The name of the origin endpoint that you just reset.
- Parameters:
originEndpointName
- The name of the origin endpoint that you just reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) associated with the endpoint that you just reset.
- Parameters:
arn
- The Amazon Resource Name (ARN) associated with the endpoint that you just reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resetAt
The time that the origin endpoint was last reset.
- Parameters:
resetAt
- The time that the origin endpoint was last reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-