Interface CreateDataflowEndpointGroupV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDataflowEndpointGroupV2Response.Builder,,CreateDataflowEndpointGroupV2Response> GroundStationResponse.Builder,SdkBuilder<CreateDataflowEndpointGroupV2Response.Builder,,CreateDataflowEndpointGroupV2Response> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateDataflowEndpointGroupV2Response
@Mutable
@NotThreadSafe
public static interface CreateDataflowEndpointGroupV2Response.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<CreateDataflowEndpointGroupV2Response.Builder,CreateDataflowEndpointGroupV2Response>
-
Method Summary
Modifier and TypeMethodDescriptiondataflowEndpointGroupId(String dataflowEndpointGroupId) Dataflow endpoint group IDMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.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
-
dataflowEndpointGroupId
CreateDataflowEndpointGroupV2Response.Builder dataflowEndpointGroupId(String dataflowEndpointGroupId) Dataflow endpoint group ID
- Parameters:
dataflowEndpointGroupId- Dataflow endpoint group ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-