Interface GetIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudWatchLogsRequest.Builder
,CopyableBuilder<GetIntegrationRequest.Builder,
,GetIntegrationRequest> SdkBuilder<GetIntegrationRequest.Builder,
,GetIntegrationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetIntegrationRequest
@Mutable
@NotThreadSafe
public static interface GetIntegrationRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetIntegrationRequest.Builder,GetIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationName
(String integrationName) The name of the integration that you want to find information about.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationName
The name of the integration that you want to find information about. To find the name of your integration, use ListIntegrations
- Parameters:
integrationName
- The name of the integration that you want to find information about. To find the name of your integration, use ListIntegrations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-