Interface ListConnectionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConnectionsRequest.Builder,
,ListConnectionsRequest> DataZoneRequest.Builder
,SdkBuilder<ListConnectionsRequest.Builder,
,ListConnectionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListConnectionsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier
(String domainIdentifier) The ID of the domain where you want to list connections.environmentIdentifier
(String environmentIdentifier) The ID of the environment where you want to list connections.maxResults
(Integer maxResults) The maximum number of connections to return in a single call to ListConnections.The name of the connection.When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectIdentifier
(String projectIdentifier) The ID of the project where you want to list connections.Specifies how you want to sort the listed connections.sortBy
(SortFieldConnection sortBy) Specifies how you want to sort the listed connections.Specifies the sort order for the listed connections.Specifies the sort order for the listed connections.The type of connection.type
(ConnectionType type) The type of connection.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 Details
-
domainIdentifier
The ID of the domain where you want to list connections.
- Parameters:
domainIdentifier
- The ID of the domain where you want to list connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
The ID of the environment where you want to list connections.
- Parameters:
environmentIdentifier
- The ID of the environment where you want to list connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.
- Parameters:
maxResults
- The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the connection.
- Parameters:
name
- The name of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.
- Parameters:
nextToken
- When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectIdentifier
The ID of the project where you want to list connections.
- Parameters:
projectIdentifier
- The ID of the project where you want to list connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Specifies how you want to sort the listed connections.
- Parameters:
sortBy
- Specifies how you want to sort the listed connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies how you want to sort the listed connections.
- Parameters:
sortBy
- Specifies how you want to sort the listed connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sort order for the listed connections.
- Parameters:
sortOrder
- Specifies the sort order for the listed connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sort order for the listed connections.
- Parameters:
sortOrder
- Specifies the sort order for the listed connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of connection.
- Parameters:
type
- The type of connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of connection.
- Parameters:
type
- The type of connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListConnectionsRequest.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
ListConnectionsRequest.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.
-