Interface ModifyRedshiftIdcApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyRedshiftIdcApplicationResponse.Builder,ModifyRedshiftIdcApplicationResponse>
,RedshiftResponse.Builder
,SdkBuilder<ModifyRedshiftIdcApplicationResponse.Builder,ModifyRedshiftIdcApplicationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ModifyRedshiftIdcApplicationResponse
public static interface ModifyRedshiftIdcApplicationResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<ModifyRedshiftIdcApplicationResponse.Builder,ModifyRedshiftIdcApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModifyRedshiftIdcApplicationResponse.Builder
redshiftIdcApplication(Consumer<RedshiftIdcApplication.Builder> redshiftIdcApplication)
Sets the value of the RedshiftIdcApplication property for this object.ModifyRedshiftIdcApplicationResponse.Builder
redshiftIdcApplication(RedshiftIdcApplication redshiftIdcApplication)
Sets the value of the RedshiftIdcApplication property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
redshiftIdcApplication
ModifyRedshiftIdcApplicationResponse.Builder redshiftIdcApplication(RedshiftIdcApplication redshiftIdcApplication)
Sets the value of the RedshiftIdcApplication property for this object.- Parameters:
redshiftIdcApplication
- The new value for the RedshiftIdcApplication property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftIdcApplication
default ModifyRedshiftIdcApplicationResponse.Builder redshiftIdcApplication(Consumer<RedshiftIdcApplication.Builder> redshiftIdcApplication)
Sets the value of the RedshiftIdcApplication property for this object. This is a convenience method that creates an instance of theRedshiftIdcApplication.Builder
avoiding the need to create one manually viaRedshiftIdcApplication.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toredshiftIdcApplication(RedshiftIdcApplication)
.- Parameters:
redshiftIdcApplication
- a consumer that will call methods onRedshiftIdcApplication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
redshiftIdcApplication(RedshiftIdcApplication)
-
-