Interface ListConnectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>,DataZoneRequest.Builder,SdkBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConnectionsRequest
public static interface ListConnectionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConnectionsRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where you want to list connections.ListConnectionsRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the environment where you want to list connections.ListConnectionsRequest.BuildermaxResults(Integer maxResults)The maximum number of connections to return in a single call to ListConnections.ListConnectionsRequest.Buildername(String name)The name of the connection.ListConnectionsRequest.BuildernextToken(String 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.ListConnectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConnectionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConnectionsRequest.BuilderprojectIdentifier(String projectIdentifier)The ID of the project where you want to list connections.ListConnectionsRequest.BuildersortBy(String sortBy)Specifies how you want to sort the listed connections.ListConnectionsRequest.BuildersortBy(SortFieldConnection sortBy)Specifies how you want to sort the listed connections.ListConnectionsRequest.BuildersortOrder(String sortOrder)Specifies the sort order for the listed connections.ListConnectionsRequest.BuildersortOrder(SortOrder sortOrder)Specifies the sort order for the listed connections.ListConnectionsRequest.Buildertype(String type)The type of connection.ListConnectionsRequest.Buildertype(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 Detail
-
domainIdentifier
ListConnectionsRequest.Builder domainIdentifier(String 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
ListConnectionsRequest.Builder environmentIdentifier(String 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
ListConnectionsRequest.Builder maxResults(Integer 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
ListConnectionsRequest.Builder name(String 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
ListConnectionsRequest.Builder nextToken(String 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
ListConnectionsRequest.Builder projectIdentifier(String 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
ListConnectionsRequest.Builder sortBy(String 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:
SortFieldConnection,SortFieldConnection
-
sortBy
ListConnectionsRequest.Builder sortBy(SortFieldConnection 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:
SortFieldConnection,SortFieldConnection
-
sortOrder
ListConnectionsRequest.Builder sortOrder(String sortOrder)
Specifies the sort order for the listed connections.
-
sortOrder
ListConnectionsRequest.Builder sortOrder(SortOrder sortOrder)
Specifies the sort order for the listed connections.
-
type
ListConnectionsRequest.Builder type(String 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:
ConnectionType,ConnectionType
-
type
ListConnectionsRequest.Builder type(ConnectionType 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:
ConnectionType,ConnectionType
-
overrideConfiguration
ListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-