Interface GetConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<GetConnectorResponse.Builder,,GetConnectorResponse> SdkBuilder<GetConnectorResponse.Builder,,GetConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConnectorResponse
@Mutable
@NotThreadSafe
public static interface GetConnectorResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetConnectorResponse.Builder,GetConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetConnectorResponse.Builderconnector(Consumer<Connector.Builder> connector) The details of the specified connector.The details of the specified connector.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
connector
The details of the specified connector.
- Parameters:
connector- The details of the specified connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connector
The details of the specified connector.
This is a convenience method that creates an instance of theConnector.Builderavoiding the need to create one manually viaConnector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnector(Connector).- Parameters:
connector- a consumer that will call methods onConnector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-