Interface UpdateConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateConnectionRequest
public static interface UpdateConnectionRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>
-
-
Method Summary
-
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
-
awsLocation
UpdateConnectionRequest.Builder awsLocation(AwsLocation awsLocation)
The location where a connection is to be updated.
- Parameters:
awsLocation- The location where a connection is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsLocation
default UpdateConnectionRequest.Builder awsLocation(Consumer<AwsLocation.Builder> awsLocation)
The location where a connection is to be updated.
This is a convenience method that creates an instance of theAwsLocation.Builderavoiding the need to create one manually viaAwsLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toawsLocation(AwsLocation).- Parameters:
awsLocation- a consumer that will call methods onAwsLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
awsLocation(AwsLocation)
-
description
UpdateConnectionRequest.Builder description(String description)
The description of a connection.
- Parameters:
description- The description of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
UpdateConnectionRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain where a connection is to be updated.
- Parameters:
domainIdentifier- The ID of the domain where a connection is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
UpdateConnectionRequest.Builder identifier(String identifier)
The ID of the connection to be updated.
- Parameters:
identifier- The ID of the connection to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
props
UpdateConnectionRequest.Builder props(ConnectionPropertiesPatch props)
The connection props.
- Parameters:
props- The connection props.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
props
default UpdateConnectionRequest.Builder props(Consumer<ConnectionPropertiesPatch.Builder> props)
The connection props.
This is a convenience method that creates an instance of theConnectionPropertiesPatch.Builderavoiding the need to create one manually viaConnectionPropertiesPatch.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprops(ConnectionPropertiesPatch).- Parameters:
props- a consumer that will call methods onConnectionPropertiesPatch.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
props(ConnectionPropertiesPatch)
-
overrideConfiguration
UpdateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-