Interface RegisterPublisherRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFormationRequest.Builder
,CopyableBuilder<RegisterPublisherRequest.Builder,RegisterPublisherRequest>
,SdkBuilder<RegisterPublisherRequest.Builder,RegisterPublisherRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RegisterPublisherRequest
public static interface RegisterPublisherRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<RegisterPublisherRequest.Builder,RegisterPublisherRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RegisterPublisherRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
acceptTermsAndConditions
RegisterPublisherRequest.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
.- Parameters:
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
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionArn
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterPublisherRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RegisterPublisherRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-