Interface ListResourceSynchronizationStatusesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceSynchronizationStatusesRequest.Builder,,ListResourceSynchronizationStatusesRequest> NetworkSecurityManagerRequest.Builder,SdkBuilder<ListResourceSynchronizationStatusesRequest.Builder,,ListResourceSynchronizationStatusesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListResourceSynchronizationStatusesRequest
@Mutable
@NotThreadSafe
public static interface ListResourceSynchronizationStatusesRequest.Builder
extends NetworkSecurityManagerRequest.Builder, SdkPojo, CopyableBuilder<ListResourceSynchronizationStatusesRequest.Builder,ListResourceSynchronizationStatusesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentIdentifier(String deploymentIdentifier) The identifier of the deployment to list synchronization statuses for.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.synchronizationStatus(String synchronizationStatus) Filters the results by synchronization status, such asIN_SYNCorOUT_OF_SYNC.synchronizationStatus(SynchronizationStatus synchronizationStatus) Filters the results by synchronization status, such asIN_SYNCorOUT_OF_SYNC.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networksecuritymanager.model.NetworkSecurityManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deploymentIdentifier
ListResourceSynchronizationStatusesRequest.Builder deploymentIdentifier(String deploymentIdentifier) The identifier of the deployment to list synchronization statuses for. This is the deployment's Amazon Resource Name (ARN).
- Parameters:
deploymentIdentifier- The identifier of the deployment to list synchronization statuses for. This is the deployment's Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
synchronizationStatus
ListResourceSynchronizationStatusesRequest.Builder synchronizationStatus(String synchronizationStatus) Filters the results by synchronization status, such as
IN_SYNCorOUT_OF_SYNC.- Parameters:
synchronizationStatus- Filters the results by synchronization status, such asIN_SYNCorOUT_OF_SYNC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
synchronizationStatus
ListResourceSynchronizationStatusesRequest.Builder synchronizationStatus(SynchronizationStatus synchronizationStatus) Filters the results by synchronization status, such as
IN_SYNCorOUT_OF_SYNC.- Parameters:
synchronizationStatus- Filters the results by synchronization status, such asIN_SYNCorOUT_OF_SYNC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returned
nextTokenvalue in a subsequent call.- Parameters:
maxResults- The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returnednextTokenvalue in a subsequent call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.
- Parameters:
nextToken- The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourceSynchronizationStatusesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListResourceSynchronizationStatusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-