Interface AssociateTrustStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateTrustStoreRequest.Builder,AssociateTrustStoreRequest>,SdkBuilder<AssociateTrustStoreRequest.Builder,AssociateTrustStoreRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesWebRequest.Builder
- Enclosing class:
- AssociateTrustStoreRequest
public static interface AssociateTrustStoreRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<AssociateTrustStoreRequest.Builder,AssociateTrustStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateTrustStoreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateTrustStoreRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateTrustStoreRequest.BuilderportalArn(String portalArn)The ARN of the web portal.AssociateTrustStoreRequest.BuildertrustStoreArn(String trustStoreArn)The ARN of the trust store.-
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.workspacesweb.model.WorkSpacesWebRequest.Builder
build
-
-
-
-
Method Detail
-
portalArn
AssociateTrustStoreRequest.Builder portalArn(String portalArn)
The ARN of the web portal.
- Parameters:
portalArn- The ARN of the web portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreArn
AssociateTrustStoreRequest.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store.
- Parameters:
trustStoreArn- The ARN of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateTrustStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateTrustStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-