Interface CreateQev2IdcApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateQev2IdcApplicationResponse.Builder,,CreateQev2IdcApplicationResponse> RedshiftResponse.Builder,SdkBuilder<CreateQev2IdcApplicationResponse.Builder,,CreateQev2IdcApplicationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateQev2IdcApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateQev2IdcApplicationResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateQev2IdcApplicationResponse.Builder,CreateQev2IdcApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionqev2IdcApplication(Consumer<Qev2IdcApplication.Builder> qev2IdcApplication) Sets the value of the Qev2IdcApplication property for this object.qev2IdcApplication(Qev2IdcApplication qev2IdcApplication) Sets the value of the Qev2IdcApplication property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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
-
qev2IdcApplication
Sets the value of the Qev2IdcApplication property for this object.- Parameters:
qev2IdcApplication- The new value for the Qev2IdcApplication property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qev2IdcApplication
default CreateQev2IdcApplicationResponse.Builder qev2IdcApplication(Consumer<Qev2IdcApplication.Builder> qev2IdcApplication) Sets the value of the Qev2IdcApplication property for this object. This is a convenience method that creates an instance of theQev2IdcApplication.Builderavoiding the need to create one manually viaQev2IdcApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqev2IdcApplication(Qev2IdcApplication).- Parameters:
qev2IdcApplication- a consumer that will call methods onQev2IdcApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-