public static interface GetDataflowEndpointGroupResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetDataflowEndpointGroupResponse.Builder,GetDataflowEndpointGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataflowEndpointGroupResponse.Builder |
dataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
GetDataflowEndpointGroupResponse.Builder |
dataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
GetDataflowEndpointGroupResponse.Builder |
endpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResponse.Builder |
endpointsDetails(Consumer<EndpointDetails.Builder>... endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResponse.Builder |
endpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResponse.Builder |
tags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataflowEndpointGroupResponse.Builder dataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
dataflowEndpointGroupArn - ARN of a dataflow endpoint group.GetDataflowEndpointGroupResponse.Builder dataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
dataflowEndpointGroupId - UUID of a dataflow endpoint group.GetDataflowEndpointGroupResponse.Builder endpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
endpointsDetails - Details of a dataflow endpoint.GetDataflowEndpointGroupResponse.Builder endpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
endpointsDetails - Details of a dataflow endpoint.GetDataflowEndpointGroupResponse.Builder endpointsDetails(Consumer<EndpointDetails.Builder>... endpointsDetails)
Details of a dataflow endpoint.
This is a convenience method that creates an instance of theEndpointDetails.Builder avoiding the need to
create one manually via EndpointDetails.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpointsDetails(List.
endpointsDetails - a consumer that will call methods on
EndpointDetails.Builder#endpointsDetails(java.util.Collection) GetDataflowEndpointGroupResponse.Builder tags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
tags - Tags assigned to a dataflow endpoint group.Copyright © 2022. All rights reserved.