Interface CreateTemplateShareRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTemplateShareRequest.Builder,CreateTemplateShareRequest>,SdkBuilder<CreateTemplateShareRequest.Builder,CreateTemplateShareRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- CreateTemplateShareRequest
public static interface CreateTemplateShareRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateShareRequest.Builder,CreateTemplateShareRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTemplateShareRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.CreateTemplateShareRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTemplateShareRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTemplateShareRequest.BuildersharedWith(String sharedWith)Sets the value of the SharedWith property for this object.CreateTemplateShareRequest.BuildertemplateArn(String templateArn)The review template ARN.-
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.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
templateArn
CreateTemplateShareRequest.Builder templateArn(String templateArn)
The review template ARN.
- Parameters:
templateArn- The review template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWith
CreateTemplateShareRequest.Builder sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.- Parameters:
sharedWith- The new value for the SharedWith property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateTemplateShareRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateTemplateShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTemplateShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-