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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #endpointsDetails(List) .endpointsDetails - a consumer that will call methods on List.Builder #endpointsDetails(List) GetDataflowEndpointGroupResponse.Builder tags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
tags - Tags assigned to a dataflow endpoint group.Copyright © 2021. All rights reserved.