Interface GetConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetConnectionRequest.Builder,GetConnectionRequest>,DataZoneRequest.Builder,SdkBuilder<GetConnectionRequest.Builder,GetConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConnectionRequest
public static interface GetConnectionRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetConnectionRequest.Builder,GetConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConnectionRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where we get the connection.GetConnectionRequest.Builderidentifier(String identifier)The connection ID.GetConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConnectionRequest.BuilderwithSecret(Boolean withSecret)Specifies whether a connection has a secret.-
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.datazone.model.DataZoneRequest.Builder
build
-
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 Detail
-
domainIdentifier
GetConnectionRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain where we get the connection.
- Parameters:
domainIdentifier- The ID of the domain where we get the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetConnectionRequest.Builder identifier(String identifier)
The connection ID.
- Parameters:
identifier- The connection ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSecret
GetConnectionRequest.Builder withSecret(Boolean withSecret)
Specifies whether a connection has a secret.
- Parameters:
withSecret- Specifies whether a connection has a secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-