Interface GetIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchOmniResponse.Builder,CopyableBuilder<GetIntegrationResponse.Builder,,GetIntegrationResponse> SdkBuilder<GetIntegrationResponse.Builder,,GetIntegrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIntegrationResponse
@Mutable
@NotThreadSafe
public static interface GetIntegrationResponse.Builder
extends CloudWatchOmniResponse.Builder, SdkPojo, CopyableBuilder<GetIntegrationResponse.Builder,GetIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetIntegrationResponse.Builderintegration(Consumer<Integration.Builder> integration) The details of the requested integration.integration(Integration integration) The details of the requested integration.Methods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniResponse.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
-
integration
The details of the requested integration.
- Parameters:
integration- The details of the requested integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integration
The details of the requested integration.
This is a convenience method that creates an instance of theIntegration.Builderavoiding the need to create one manually viaIntegration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegration(Integration).- Parameters:
integration- a consumer that will call methods onIntegration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-