Interface ListAuthorizersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAuthorizersRequest.Builder,ListAuthorizersRequest>,IotRequest.Builder,SdkBuilder<ListAuthorizersRequest.Builder,ListAuthorizersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAuthorizersRequest
public static interface ListAuthorizersRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListAuthorizersRequest.Builder,ListAuthorizersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAuthorizersRequest.BuilderascendingOrder(Boolean ascendingOrder)Return the list of authorizers in ascending alphabetical order.ListAuthorizersRequest.Buildermarker(String marker)A marker used to get the next set of results.ListAuthorizersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAuthorizersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAuthorizersRequest.BuilderpageSize(Integer pageSize)The maximum number of results to return at one time.ListAuthorizersRequest.Builderstatus(String status)The status of the list authorizers request.ListAuthorizersRequest.Builderstatus(AuthorizerStatus status)The status of the list authorizers request.-
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.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
pageSize
ListAuthorizersRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return at one time.
- Parameters:
pageSize- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
ListAuthorizersRequest.Builder marker(String marker)
A marker used to get the next set of results.
- Parameters:
marker- A marker used to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ascendingOrder
ListAuthorizersRequest.Builder ascendingOrder(Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
- Parameters:
ascendingOrder- Return the list of authorizers in ascending alphabetical order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListAuthorizersRequest.Builder status(String status)
The status of the list authorizers request.
- Parameters:
status- The status of the list authorizers request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthorizerStatus,AuthorizerStatus
-
status
ListAuthorizersRequest.Builder status(AuthorizerStatus status)
The status of the list authorizers request.
- Parameters:
status- The status of the list authorizers request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthorizerStatus,AuthorizerStatus
-
overrideConfiguration
ListAuthorizersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAuthorizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-