Interface DescribeAppRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAppRequest.Builder,DescribeAppRequest>,SdkBuilder<DescribeAppRequest.Builder,DescribeAppRequest>,SdkPojo,SdkRequest.Builder,SimSpaceWeaverRequest.Builder
- Enclosing class:
- DescribeAppRequest
public static interface DescribeAppRequest.Builder extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<DescribeAppRequest.Builder,DescribeAppRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAppRequest.Builderapp(String app)The name of the app.DescribeAppRequest.Builderdomain(String domain)The name of the domain of the app.DescribeAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAppRequest.Buildersimulation(String simulation)The name of the simulation of the app.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverRequest.Builder
build
-
-
-
-
Method Detail
-
app
DescribeAppRequest.Builder app(String app)
The name of the app.
- Parameters:
app- The name of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
DescribeAppRequest.Builder domain(String domain)
The name of the domain of the app.
- Parameters:
domain- The name of the domain of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
simulation
DescribeAppRequest.Builder simulation(String simulation)
The name of the simulation of the app.
- Parameters:
simulation- The name of the simulation of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-