Interface ListApplicationDependenciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationDependenciesRequest.Builder,ListApplicationDependenciesRequest>,SdkBuilder<ListApplicationDependenciesRequest.Builder,ListApplicationDependenciesRequest>,SdkPojo,SdkRequest.Builder,ServerlessApplicationRepositoryRequest.Builder
- Enclosing class:
- ListApplicationDependenciesRequest
public static interface ListApplicationDependenciesRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationDependenciesRequest.Builder,ListApplicationDependenciesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationDependenciesRequest.BuilderapplicationId(String applicationId)The Amazon Resource Name (ARN) of the application.ListApplicationDependenciesRequest.BuildermaxItems(Integer maxItems)The total number of items to return.ListApplicationDependenciesRequest.BuildernextToken(String nextToken)A token to specify where to start paginating.ListApplicationDependenciesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationDependenciesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApplicationDependenciesRequest.BuildersemanticVersion(String semanticVersion)The semantic version of the application to get.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryRequest.Builder
build
-
-
-
-
Method Detail
-
applicationId
ListApplicationDependenciesRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationId- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListApplicationDependenciesRequest.Builder maxItems(Integer maxItems)
The total number of items to return.
- Parameters:
maxItems- The total number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationDependenciesRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating.
- Parameters:
nextToken- A token to specify where to start paginating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticVersion
ListApplicationDependenciesRequest.Builder semanticVersion(String semanticVersion)
The semantic version of the application to get.
- Parameters:
semanticVersion- The semantic version of the application to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationDependenciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationDependenciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-