Interface ListAttachmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAttachmentsRequest.Builder,ListAttachmentsRequest>,NetworkManagerRequest.Builder,SdkBuilder<ListAttachmentsRequest.Builder,ListAttachmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAttachmentsRequest
public static interface ListAttachmentsRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAttachmentsRequest.Builder,ListAttachmentsRequest>
-
-
Method Summary
-
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.networkmanager.model.NetworkManagerRequest.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
-
coreNetworkId
ListAttachmentsRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
- Parameters:
coreNetworkId- The ID of a core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentType
ListAttachmentsRequest.Builder attachmentType(String attachmentType)
The type of attachment.
- Parameters:
attachmentType- The type of attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentType,AttachmentType
-
attachmentType
ListAttachmentsRequest.Builder attachmentType(AttachmentType attachmentType)
The type of attachment.
- Parameters:
attachmentType- The type of attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentType,AttachmentType
-
edgeLocation
ListAttachmentsRequest.Builder edgeLocation(String edgeLocation)
The Region where the edge is located.
- Parameters:
edgeLocation- The Region where the edge is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ListAttachmentsRequest.Builder state(String state)
The state of the attachment.
- Parameters:
state- The state of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentState,AttachmentState
-
state
ListAttachmentsRequest.Builder state(AttachmentState state)
The state of the attachment.
- Parameters:
state- The state of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentState,AttachmentState
-
maxResults
ListAttachmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAttachmentsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAttachmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-