Interface AppBlockBuilder.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppBlockBuilder.Builder,AppBlockBuilder>,SdkBuilder<AppBlockBuilder.Builder,AppBlockBuilder>,SdkPojo
- Enclosing class:
- AppBlockBuilder
public static interface AppBlockBuilder.Builder extends SdkPojo, CopyableBuilder<AppBlockBuilder.Builder,AppBlockBuilder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AppBlockBuilder.BuilderaccessEndpoints(Collection<AccessEndpoint> accessEndpoints)The list of interface VPC endpoint (interface endpoint) objects.AppBlockBuilder.BuilderaccessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)The list of interface VPC endpoint (interface endpoint) objects.AppBlockBuilder.BuilderaccessEndpoints(AccessEndpoint... accessEndpoints)The list of interface VPC endpoint (interface endpoint) objects.AppBlockBuilder.BuilderappBlockBuilderErrors(Collection<ResourceError> appBlockBuilderErrors)The app block builder errors.AppBlockBuilder.BuilderappBlockBuilderErrors(Consumer<ResourceError.Builder>... appBlockBuilderErrors)The app block builder errors.AppBlockBuilder.BuilderappBlockBuilderErrors(ResourceError... appBlockBuilderErrors)The app block builder errors.AppBlockBuilder.Builderarn(String arn)The ARN of the app block builder.AppBlockBuilder.BuildercreatedTime(Instant createdTime)The creation time of the app block builder.AppBlockBuilder.Builderdescription(String description)The description of the app block builder.AppBlockBuilder.BuilderdisplayName(String displayName)The display name of the app block builder.AppBlockBuilder.BuilderenableDefaultInternetAccess(Boolean enableDefaultInternetAccess)Indicates whether default internet access is enabled for the app block builder.AppBlockBuilder.BuilderiamRoleArn(String iamRoleArn)The ARN of the IAM role that is applied to the app block builder.AppBlockBuilder.BuilderinstanceType(String instanceType)The instance type of the app block builder.AppBlockBuilder.Buildername(String name)The name of the app block builder.AppBlockBuilder.Builderplatform(String platform)The platform of the app block builder.AppBlockBuilder.Builderplatform(AppBlockBuilderPlatformType platform)The platform of the app block builder.AppBlockBuilder.Builderstate(String state)The state of the app block builder.AppBlockBuilder.Builderstate(AppBlockBuilderState state)The state of the app block builder.default AppBlockBuilder.BuilderstateChangeReason(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason)The state change reason.AppBlockBuilder.BuilderstateChangeReason(AppBlockBuilderStateChangeReason stateChangeReason)The state change reason.default AppBlockBuilder.BuildervpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC configuration for the app block builder.AppBlockBuilder.BuildervpcConfig(VpcConfig vpcConfig)The VPC configuration for the app block builder.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
AppBlockBuilder.Builder arn(String arn)
The ARN of the app block builder.
- Parameters:
arn- The ARN of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AppBlockBuilder.Builder name(String name)
The name of the app block builder.
- Parameters:
name- The name of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
AppBlockBuilder.Builder displayName(String displayName)
The display name of the app block builder.
- Parameters:
displayName- The display name of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AppBlockBuilder.Builder description(String description)
The description of the app block builder.
- Parameters:
description- The description of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
AppBlockBuilder.Builder platform(String platform)
The platform of the app block builder.
WINDOWS_SERVER_2019is the only valid value.- Parameters:
platform- The platform of the app block builder.WINDOWS_SERVER_2019is the only valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppBlockBuilderPlatformType,AppBlockBuilderPlatformType
-
platform
AppBlockBuilder.Builder platform(AppBlockBuilderPlatformType platform)
The platform of the app block builder.
WINDOWS_SERVER_2019is the only valid value.- Parameters:
platform- The platform of the app block builder.WINDOWS_SERVER_2019is the only valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppBlockBuilderPlatformType,AppBlockBuilderPlatformType
-
instanceType
AppBlockBuilder.Builder instanceType(String instanceType)
The instance type of the app block builder.
- Parameters:
instanceType- The instance type of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableDefaultInternetAccess
AppBlockBuilder.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the app block builder.
- Parameters:
enableDefaultInternetAccess- Indicates whether default internet access is enabled for the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
AppBlockBuilder.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role that is applied to the app block builder.
- Parameters:
iamRoleArn- The ARN of the IAM role that is applied to the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
AppBlockBuilder.Builder vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
- Parameters:
vpcConfig- The VPC configuration for the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
default AppBlockBuilder.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration for the app block builder.
This is a convenience method that creates an instance of theVpcConfig.Builderavoiding the need to create one manually viaVpcConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(VpcConfig).- Parameters:
vpcConfig- a consumer that will call methods onVpcConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcConfig(VpcConfig)
-
state
AppBlockBuilder.Builder state(String state)
The state of the app block builder.
- Parameters:
state- The state of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppBlockBuilderState,AppBlockBuilderState
-
state
AppBlockBuilder.Builder state(AppBlockBuilderState state)
The state of the app block builder.
- Parameters:
state- The state of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppBlockBuilderState,AppBlockBuilderState
-
createdTime
AppBlockBuilder.Builder createdTime(Instant createdTime)
The creation time of the app block builder.
- Parameters:
createdTime- The creation time of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderErrors
AppBlockBuilder.Builder appBlockBuilderErrors(Collection<ResourceError> appBlockBuilderErrors)
The app block builder errors.
- Parameters:
appBlockBuilderErrors- The app block builder errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderErrors
AppBlockBuilder.Builder appBlockBuilderErrors(ResourceError... appBlockBuilderErrors)
The app block builder errors.
- Parameters:
appBlockBuilderErrors- The app block builder errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderErrors
AppBlockBuilder.Builder appBlockBuilderErrors(Consumer<ResourceError.Builder>... appBlockBuilderErrors)
The app block builder errors.
This is a convenience method that creates an instance of theResourceError.Builderavoiding the need to create one manually viaResourceError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appBlockBuilderErrors(List.) - Parameters:
appBlockBuilderErrors- a consumer that will call methods onResourceError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#appBlockBuilderErrors(java.util.Collection)
-
stateChangeReason
AppBlockBuilder.Builder stateChangeReason(AppBlockBuilderStateChangeReason stateChangeReason)
The state change reason.
- Parameters:
stateChangeReason- The state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateChangeReason
default AppBlockBuilder.Builder stateChangeReason(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason)
The state change reason.
This is a convenience method that creates an instance of theAppBlockBuilderStateChangeReason.Builderavoiding the need to create one manually viaAppBlockBuilderStateChangeReason.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostateChangeReason(AppBlockBuilderStateChangeReason).- Parameters:
stateChangeReason- a consumer that will call methods onAppBlockBuilderStateChangeReason.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stateChangeReason(AppBlockBuilderStateChangeReason)
-
accessEndpoints
AppBlockBuilder.Builder accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
- Parameters:
accessEndpoints- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
AppBlockBuilder.Builder accessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
- Parameters:
accessEndpoints- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
AppBlockBuilder.Builder accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
This is a convenience method that creates an instance of theAccessEndpoint.Builderavoiding the need to create one manually viaAccessEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accessEndpoints(List.) - Parameters:
accessEndpoints- a consumer that will call methods onAccessEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accessEndpoints(java.util.Collection)
-
-