static ListConnectionsRequest.Builder |
ListConnectionsRequest.builder() |
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the domain where you want to list connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.environmentIdentifier(String environmentIdentifier) |
The ID of the environment where you want to list connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of connections to return in a single call to ListConnections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.name(String name) |
The name of the connection.
|
ListConnectionsRequest.Builder |
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.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.projectIdentifier(String projectIdentifier) |
The ID of the project where you want to list connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.sortBy(String sortBy) |
Specifies how you want to sort the listed connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.sortBy(SortFieldConnection sortBy) |
Specifies how you want to sort the listed connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.sortOrder(String sortOrder) |
Specifies the sort order for the listed connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.sortOrder(SortOrder sortOrder) |
Specifies the sort order for the listed connections.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.toBuilder() |
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.type(String type) |
The type of connection.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.type(ConnectionType type) |
The type of connection.
|