Interface StartParticipantReplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartParticipantReplicationResponse.Builder,
,StartParticipantReplicationResponse> IvsRealTimeResponse.Builder
,SdkBuilder<StartParticipantReplicationResponse.Builder,
,StartParticipantReplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartParticipantReplicationResponse
@Mutable
@NotThreadSafe
public static interface StartParticipantReplicationResponse.Builder
extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<StartParticipantReplicationResponse.Builder,StartParticipantReplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessControlAllowOrigin
(String accessControlAllowOrigin) accessControlExposeHeaders
(String accessControlExposeHeaders) cacheControl
(String cacheControl) contentSecurityPolicy
(String contentSecurityPolicy) strictTransportSecurity
(String strictTransportSecurity) xContentTypeOptions
(String xContentTypeOptions) xFrameOptions
(String xFrameOptions) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeResponse.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
-
accessControlAllowOrigin
StartParticipantReplicationResponse.Builder accessControlAllowOrigin(String accessControlAllowOrigin) - Parameters:
accessControlAllowOrigin
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessControlExposeHeaders
StartParticipantReplicationResponse.Builder accessControlExposeHeaders(String accessControlExposeHeaders) - Parameters:
accessControlExposeHeaders
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
- Parameters:
cacheControl
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentSecurityPolicy
- Parameters:
contentSecurityPolicy
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strictTransportSecurity
- Parameters:
strictTransportSecurity
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xContentTypeOptions
- Parameters:
xContentTypeOptions
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xFrameOptions
- Parameters:
xFrameOptions
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-