public class S3Destination
extends java.lang.Object
implements java.io.Serializable
Describes the location of updated firmware in S3.
Constructor and Description |
---|
S3Destination() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBucket()
The S3 bucket that contains the updated firmware.
|
java.lang.String |
getPrefix()
The S3 prefix.
|
int |
hashCode() |
void |
setBucket(java.lang.String bucket)
The S3 bucket that contains the updated firmware.
|
void |
setPrefix(java.lang.String prefix)
The S3 prefix.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
S3Destination |
withBucket(java.lang.String bucket)
The S3 bucket that contains the updated firmware.
|
S3Destination |
withPrefix(java.lang.String prefix)
The S3 prefix.
|
public java.lang.String getBucket()
The S3 bucket that contains the updated firmware.
Constraints:
Length: 1 -
The S3 bucket that contains the updated firmware.
public void setBucket(java.lang.String bucket)
The S3 bucket that contains the updated firmware.
Constraints:
Length: 1 -
bucket
- The S3 bucket that contains the updated firmware.
public S3Destination withBucket(java.lang.String bucket)
The S3 bucket that contains the updated firmware.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
bucket
- The S3 bucket that contains the updated firmware.
public java.lang.String getPrefix()
The S3 prefix.
The S3 prefix.
public void setPrefix(java.lang.String prefix)
The S3 prefix.
prefix
- The S3 prefix.
public S3Destination withPrefix(java.lang.String prefix)
The S3 prefix.
Returns a reference to this object so that method calls can be chained together.
prefix
- The S3 prefix.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.