Interface CreatePipelineEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePipelineEndpointResponse.Builder,,CreatePipelineEndpointResponse> OsisResponse.Builder,SdkBuilder<CreatePipelineEndpointResponse.Builder,,CreatePipelineEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreatePipelineEndpointResponse
@Mutable
@NotThreadSafe
public static interface CreatePipelineEndpointResponse.Builder
extends OsisResponse.Builder, SdkPojo, CopyableBuilder<CreatePipelineEndpointResponse.Builder,CreatePipelineEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionendpointId(String endpointId) The unique identifier of the pipeline endpoint.pipelineArn(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.The current status of the pipeline endpoint.status(PipelineEndpointStatus status) The current status of the pipeline endpoint.The ID of the VPC where the pipeline endpoint was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pipelineArn
The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.
- Parameters:
pipelineArn- The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointId
The unique identifier of the pipeline endpoint.
- Parameters:
endpointId- The unique identifier of the pipeline endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the pipeline endpoint.
- Parameters:
status- The current status of the pipeline endpoint.- 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.
- Parameters:
status- The current status of the pipeline endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcId
The ID of the VPC where the pipeline endpoint was created.
- Parameters:
vpcId- The ID of the VPC where the pipeline endpoint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-