Interface DescribeConnectorEntityResponse.Builder
- All Superinterfaces:
- AppflowResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeConnectorEntityResponse.Builder,,- DescribeConnectorEntityResponse> - SdkBuilder<DescribeConnectorEntityResponse.Builder,,- DescribeConnectorEntityResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeConnectorEntityResponse
@Mutable
@NotThreadSafe
public static interface DescribeConnectorEntityResponse.Builder
extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorEntityResponse.Builder,DescribeConnectorEntityResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectorEntityFields(Collection<ConnectorEntityField> connectorEntityFields) Describes the fields for that connector entity.connectorEntityFields(Consumer<ConnectorEntityField.Builder>... connectorEntityFields) Describes the fields for that connector entity.connectorEntityFields(ConnectorEntityField... connectorEntityFields) Describes the fields for that connector entity.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
connectorEntityFieldsDescribeConnectorEntityResponse.Builder connectorEntityFields(Collection<ConnectorEntityField> connectorEntityFields) Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on. - Parameters:
- connectorEntityFields- Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectorEntityFieldsDescribeConnectorEntityResponse.Builder connectorEntityFields(ConnectorEntityField... connectorEntityFields) Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on. - Parameters:
- connectorEntityFields- Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectorEntityFieldsDescribeConnectorEntityResponse.Builder connectorEntityFields(Consumer<ConnectorEntityField.Builder>... connectorEntityFields) Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on. This is a convenience method that creates an instance of theConnectorEntityField.Builderavoiding the need to create one manually viaConnectorEntityField.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectorEntityFields(List<ConnectorEntityField>).- Parameters:
- connectorEntityFields- a consumer that will call methods on- ConnectorEntityField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-