Interface UpdateApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateApplicationRequest.Builder,
,UpdateApplicationRequest> SdkBuilder<UpdateApplicationRequest.Builder,
,UpdateApplicationRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
UpdateApplicationRequest
public static interface UpdateApplicationRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) Specifies the ARN of the application.description
(String description) The description of the .Specifies the updated name for the application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateApplicationRequest.Builder
portalOptions
(Consumer<UpdateApplicationPortalOptions.Builder> portalOptions) A structure that describes the options for the portal associated with an application.portalOptions
(UpdateApplicationPortalOptions portalOptions) A structure that describes the options for the portal associated with an application.Specifies whether the application is enabled or disabled.status
(ApplicationStatus status) Specifies whether the application is enabled or disabled.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.ssoadmin.model.SsoAdminRequest.Builder
build
-
Method Details
-
applicationArn
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Parameters:
applicationArn
- Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the .
- Parameters:
description
- The description of the .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Specifies the updated name for the application.
- Parameters:
name
- Specifies the updated name for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalOptions
A structure that describes the options for the portal associated with an application.
- Parameters:
portalOptions
- A structure that describes the options for the portal associated with an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalOptions
default UpdateApplicationRequest.Builder portalOptions(Consumer<UpdateApplicationPortalOptions.Builder> portalOptions) A structure that describes the options for the portal associated with an application.
This is a convenience method that creates an instance of theUpdateApplicationPortalOptions.Builder
avoiding the need to create one manually viaUpdateApplicationPortalOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toportalOptions(UpdateApplicationPortalOptions)
.- Parameters:
portalOptions
- a consumer that will call methods onUpdateApplicationPortalOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether the application is enabled or disabled.
- Parameters:
status
- Specifies whether the application is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether the application is enabled or disabled.
- Parameters:
status
- Specifies whether the application is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateApplicationRequest.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
UpdateApplicationRequest.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.
-