Interface AppInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppInstance.Builder,AppInstance>,SdkBuilder<AppInstance.Builder,AppInstance>,SdkPojo
- Enclosing class:
- AppInstance
public static interface AppInstance.Builder extends SdkPojo, CopyableBuilder<AppInstance.Builder,AppInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppInstance.BuilderappInstanceArn(String appInstanceArn)The ARN of the messaging instance.AppInstance.BuildercreatedTimestamp(Instant createdTimestamp)The time at which anAppInstancewas created.AppInstance.BuilderlastUpdatedTimestamp(Instant lastUpdatedTimestamp)The time anAppInstancewas last updated.AppInstance.Buildermetadata(String metadata)The metadata of anAppInstance.AppInstance.Buildername(String name)The name of anAppInstance.-
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
-
appInstanceArn
AppInstance.Builder appInstanceArn(String appInstanceArn)
The ARN of the messaging instance.
- Parameters:
appInstanceArn- The ARN of the messaging instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AppInstance.Builder name(String name)
The name of an
AppInstance.- Parameters:
name- The name of anAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
AppInstance.Builder createdTimestamp(Instant createdTimestamp)
The time at which an
AppInstancewas created. In epoch milliseconds.- Parameters:
createdTimestamp- The time at which anAppInstancewas created. In epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
AppInstance.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time an
AppInstancewas last updated. In epoch milliseconds.- Parameters:
lastUpdatedTimestamp- The time anAppInstancewas last updated. In epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
AppInstance.Builder metadata(String metadata)
The metadata of an
AppInstance.- Parameters:
metadata- The metadata of anAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-