Interface ListSourceServerActionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSourceServerActionsRequest.Builder,
,ListSourceServerActionsRequest> MgnRequest.Builder
,SdkBuilder<ListSourceServerActionsRequest.Builder,
,ListSourceServerActionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSourceServerActionsRequest
public static interface ListSourceServerActionsRequest.Builder
extends MgnRequest.Builder, SdkPojo, CopyableBuilder<ListSourceServerActionsRequest.Builder,ListSourceServerActionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionAccount ID to return when listing source server post migration custom actions.Filters to apply when listing source server post migration custom actions.filters
(SourceServerActionsRequestFilters filters) Filters to apply when listing source server post migration custom actions.maxResults
(Integer maxResults) Maximum amount of items to return when listing source server post migration custom actions.Next token to use when listing source server post migration custom actions.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceServerID
(String sourceServerID) Source server ID.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.mgn.model.MgnRequest.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 Details
-
accountID
Account ID to return when listing source server post migration custom actions.
- Parameters:
accountID
- Account ID to return when listing source server post migration custom actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply when listing source server post migration custom actions.
- Parameters:
filters
- Filters to apply when listing source server post migration custom actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
default ListSourceServerActionsRequest.Builder filters(Consumer<SourceServerActionsRequestFilters.Builder> filters) Filters to apply when listing source server post migration custom actions.
This is a convenience method that creates an instance of theSourceServerActionsRequestFilters.Builder
avoiding the need to create one manually viaSourceServerActionsRequestFilters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(SourceServerActionsRequestFilters)
.- Parameters:
filters
- a consumer that will call methods onSourceServerActionsRequestFilters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Maximum amount of items to return when listing source server post migration custom actions.
- Parameters:
maxResults
- Maximum amount of items to return when listing source server post migration custom actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Next token to use when listing source server post migration custom actions.
- Parameters:
nextToken
- Next token to use when listing source server post migration custom actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceServerID
Source server ID.
- Parameters:
sourceServerID
- Source server ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSourceServerActionsRequest.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
ListSourceServerActionsRequest.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.
-