Interface GetEnvironmentAccountConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEnvironmentAccountConnectionRequest.Builder,GetEnvironmentAccountConnectionRequest>,ProtonRequest.Builder,SdkBuilder<GetEnvironmentAccountConnectionRequest.Builder,GetEnvironmentAccountConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetEnvironmentAccountConnectionRequest
public static interface GetEnvironmentAccountConnectionRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<GetEnvironmentAccountConnectionRequest.Builder,GetEnvironmentAccountConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnvironmentAccountConnectionRequest.Builderid(String id)The ID of the environment account connection that you want to get the detailed data for.GetEnvironmentAccountConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEnvironmentAccountConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
GetEnvironmentAccountConnectionRequest.Builder id(String id)
The ID of the environment account connection that you want to get the detailed data for.
- Parameters:
id- The ID of the environment account connection that you want to get the detailed data for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEnvironmentAccountConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEnvironmentAccountConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-