Interface UpdateReplicationInfoResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateReplicationInfoResponse.Builder,UpdateReplicationInfoResponse>,KafkaResponse.Builder,SdkBuilder<UpdateReplicationInfoResponse.Builder,UpdateReplicationInfoResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateReplicationInfoResponse
public static interface UpdateReplicationInfoResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<UpdateReplicationInfoResponse.Builder,UpdateReplicationInfoResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateReplicationInfoResponse.BuilderreplicatorArn(String replicatorArn)The Amazon Resource Name (ARN) of the replicator.UpdateReplicationInfoResponse.BuilderreplicatorState(String replicatorState)State of the replicator.UpdateReplicationInfoResponse.BuilderreplicatorState(ReplicatorState replicatorState)State of the replicator.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.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 Detail
-
replicatorArn
UpdateReplicationInfoResponse.Builder replicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
- Parameters:
replicatorArn- The Amazon Resource Name (ARN) of the replicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicatorState
UpdateReplicationInfoResponse.Builder replicatorState(String replicatorState)
State of the replicator.
- Parameters:
replicatorState- State of the replicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicatorState,ReplicatorState
-
replicatorState
UpdateReplicationInfoResponse.Builder replicatorState(ReplicatorState replicatorState)
State of the replicator.
- Parameters:
replicatorState- State of the replicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicatorState,ReplicatorState
-
-