public static interface RegisterPublisherRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<RegisterPublisherRequest.Builder,RegisterPublisherRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterPublisherRequest.Builder |
acceptTermsAndConditions(Boolean acceptTermsAndConditions)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
|
RegisterPublisherRequest.Builder |
connectionArn(String connectionArn)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for
your connection to that account.
|
RegisterPublisherRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterPublisherRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterPublisherRequest.Builder acceptTermsAndConditions(Boolean acceptTermsAndConditions)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false.
acceptTermsAndConditions - Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept
the terms and conditions in order to register to publish public extensions to the CloudFormation
registry.
The default is false.
RegisterPublisherRequest.Builder connectionArn(String connectionArn)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
connectionArn - If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name
(ARN) for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
RegisterPublisherRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterPublisherRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.