Interface PipelineEndpointConnection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineEndpointConnection.Builder,
,PipelineEndpointConnection> SdkBuilder<PipelineEndpointConnection.Builder,
,PipelineEndpointConnection> SdkPojo
- Enclosing class:
PipelineEndpointConnection
@Mutable
@NotThreadSafe
public static interface PipelineEndpointConnection.Builder
extends SdkPojo, CopyableBuilder<PipelineEndpointConnection.Builder,PipelineEndpointConnection>
-
Method Summary
Modifier and TypeMethodDescriptionendpointId
(String endpointId) The unique identifier of the endpoint in the connection.pipelineArn
(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.The current status of the pipeline endpoint connection.status
(PipelineEndpointStatus status) The current status of the pipeline endpoint connection.vpcEndpointOwner
(String vpcEndpointOwner) The Amazon Web Services account ID that owns the VPC endpoint used in this connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pipelineArn
The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
- Parameters:
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointId
The unique identifier of the endpoint in the connection.
- Parameters:
endpointId
- The unique identifier of the endpoint in the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the pipeline endpoint connection.
- Parameters:
status
- The current status of the pipeline endpoint connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the pipeline endpoint connection.
- Parameters:
status
- The current status of the pipeline endpoint connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcEndpointOwner
The Amazon Web Services account ID that owns the VPC endpoint used in this connection.
- Parameters:
vpcEndpointOwner
- The Amazon Web Services account ID that owns the VPC endpoint used in this connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-